- Clone the repo.
- Navigate to the project folder.
- Execute with node:
node app.js
.
There is a list of websites in a file (websites.csv), and we need to know the js dependencies for each website. Websites’ html content will be available from two sources, one from the local file system and the other one using http resources.
- Retrieve the list of results containing the website name and the content length( in bytes).
- Retrieve the list of results containing the website name and the dependencies.
- Retrieve the dependencies and the frequency occurrences.