Web scraper built with Node.js. Tutorial: https://pusher.com/tutorials/web-scraper-node
- 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