/hn-scraper-bot

scrapes hacker news who is hiring, parses the data, and stores it in AWS MySQL database

Primary LanguageJavaScriptMIT LicenseMIT

Hacker News: Who is hiring Scraper

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

Getting Started

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

Built With

  • Nodejs
  • Express
  • Cheerio
  • MySQL
  • AWS

Authors

Austin Tackaberry

License

This project is licensed under the MIT License - see the LICENSE.md file for details