Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dlowkeen/jobscraper

Scrapes data from job boards
https://github.com/dlowkeen/jobscraper

cheeriojs expressjs handlebarsjs heroku mongodb

Last synced: about 1 month ago
JSON representation

Scrapes data from job boards

Awesome Lists containing this project

README

        

# jobScraper
Scrapes data from job boards, pushes into MongoDB, and displays back to users on front end through handlebars.js.

## Built With

* [MongoDB](https://www.mongodb.com/) - Database
* [Cheeriojs](https://github.com/cheeriojs/cheerio) - Scraping Tool
* [Express](https://expressjs.com/) - Routing, Server
* [Handlebars](http://handlebarsjs.com/) - HTML Templating
* [Heroku](https://www.heroku.com/) - Production Hosting

### Directory structure
```none
src
├── controllers
├── models
├── public
├── views
│   ├── layouts
│   └── index.handlebars
│  
└── server.js
```

## Developers
- Donovan Lowkeen | [GitHub](https://github.com/dlowkeen)

## Acknowledgments
* Omar Patel and the UCLA staff