This is a node app that scrapes the latest hacker news: who is hiring, parses the data, gets coordinates for each job location, and stores all the data in a MySQL database hosted on AWS
In order to run a dev server on your local host, you will need to first install all the required npm packages.
npm install
Next you will need to navigate to the bin folder...
cd hn-scraper-bot/bin
And run the bot...
node app.js
- Nodejs
- Express
- Cheerio
- MySQL
- AWS
Austin Tackaberry
This project is licensed under the MIT License - see the LICENSE.md file for details