This scraper has two versions:
1.Promises
2.Async
Current branch is Promise Version.
To run scraper: $ npm start
You could see the results in a file called output.csv in the current directory
Crawl popular blogging website https://medium.com and find all possible hyperlinks present within https://medium.com website and generate a CSV output.
JavaScript