Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dlowkeen/jobscraper
- Owner: dlowkeen
- Created: 2018-01-13T07:16:25.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-15T01:16:26.000Z (almost 7 years ago)
- Last Synced: 2024-10-15T05:22:11.198Z (3 months ago)
- Topics: cheeriojs, expressjs, handlebarsjs, heroku, mongodb
- Language: JavaScript
- Homepage: https://gentle-headland-83965.herokuapp.com/
- Size: 22.2 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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