Displays strength of web-pages with respect to different queries, by evaluating scores/weights of common keywords between them.
Steps to run the application -
-
Go to the application's directory in your terminal.
-
Ensure that Node and npm are installed in your system before proceeding. In your terminal type
node -v
andnpm -v
, if versions are displayed correctly, we are good to go!!! Else try installing them - [Node/npm] (https://docs.npmjs.com/downloading-and-installing-node-js-and-npm) -
For running the app, type
npm run app
in your terminal. -
For running the tests, type
npm run test
in your terminal.