Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/austintackaberry/hn-scraper-bot

scrapes hacker news who is hiring, parses the data, and stores it in AWS MySQL database
https://github.com/austintackaberry/hn-scraper-bot

Last synced: 25 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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