Web scraper built with Node.js. and used it to make a blog
- Clone this repository and
cd
into it. - Execute
npm install
to download dependencies. - Execute
node pl-scraper.js
to scrape top 20 goalscorers of all time from Premier League website. - Execute
node reddit-scraper.js
to scrape top headlines from r/news subreddit.
- Node.js and npm