Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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