Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 415 Bytes

File metadata and controls

9 lines (8 loc) · 415 Bytes

NodeJSScraper

Learning Node JS by writing a scraper that scrapes HappyRide and Canyon for new bikes

How to use

  • Download this repo
  • Install NodeJS on your machine
  • Install dependencies by navigating to the downloaded folder in a terminal and write npm install
  • Update config.json with your email credentials (with Gmail you might need to enable "unsafe login")
  • Start script by writing node server.js