Web scraper built with Node.js. Tutorial: https://pusher.com/tutorials/web-scraper-node
- Clone this repository and
cdinto it. - Execute
npm installto download dependencies. - Execute
node pl-scraper.jsto scrape top 20 goalscorers of all time from Premier League website. - Execute
node reddit-scraper.jsto scrape top headlines from r/news subreddit.
- Node.js and npm