Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/suejstevens/news-combine-harvester
Full Stack Application to demonstrate MongoDB, Mongoose and Cheerio.
https://github.com/suejstevens/news-combine-harvester
axios bootstrap4 cheeriojs css expressjs fullstack handlebarsjs heroku html javascript jquery momentjs mongodb mongoose nodejs
Last synced: about 1 month ago
JSON representation
Full Stack Application to demonstrate MongoDB, Mongoose and Cheerio.
- Host: GitHub
- URL: https://github.com/suejstevens/news-combine-harvester
- Owner: SueJStevens
- Created: 2018-12-16T23:41:11.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-01T23:07:53.000Z (almost 6 years ago)
- Last Synced: 2024-10-14T05:20:58.778Z (about 1 month ago)
- Topics: axios, bootstrap4, cheeriojs, css, expressjs, fullstack, handlebarsjs, heroku, html, javascript, jquery, momentjs, mongodb, mongoose, nodejs
- Language: JavaScript
- Homepage: https://news-combine-harvester.herokuapp.com/
- Size: 133 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: news-combine-harvester.code-workspace
Awesome Lists containing this project
README
# Heroku News Scraper
Full Stack Application to demonstrate MongoDB, Mongoose and Cheerio.
Bootcamp Assignment 12/22/2018 - All the News That's Fit to Scrape## Demo
*Heroku News Scraper* is deployed to Heroku. Please check it out [here](https://news-combine-harvester.herokuapp.com/).## Description
*Heroku News Scraper*, a full-stack website that lets users view and leave comments on the latest news from Idaho County FreePress (http://www.idahocountyfreepress.com). It uses Cheerio, Axios, Mongoose and MongoDB on the backend, express as the server and Handlebars to generate the HTML.## Technology
### Hosting Platform
* Heroku (https://www.heroku.com/home)
### Front-End
* HTML, CSS, JavaScript, jQuery
* Bootstrap v4 (https://getbootstrap.com/)
* MomentJS (https://momentjs.com/)
### Back-End
* Javascript, jQuery
* Node.js (https://nodejs.org/en/)
* Express.js (https://expressjs.com/)
* Handlebars.js (http://handlebarsjs.com/)
* MongoDB (https://www.mongodb.com/)
* Mongoose (https://mongoosejs.com/)
* Cheerio
* Axios