zennajjames / TwoCents

A web app that lets users view and leave comments on the latest news.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TwoCents

Overview

TwoCents is a scraper app which captures the title, summary and image of articles from The New York Times politics section. Users can save articles and add and edit notes for each article.

Visit TwoCents here: https://twocents-nyt.herokuapp.com/.

screen shot 2018-08-11 at 12 47 29 pm

Key Dependencies

request: Enables cheerio to get access to HTML content.

cheerio: Scrapes HTML content.

mongoose: Handles saving articles and notes.

express: Builds server-side routes and functions.

morgan: Logs server-side requests, aids in debugging.

express-handlebars: A powerful templating engine.

Author

Zenna Duke

About

A web app that lets users view and leave comments on the latest news.


Languages

Language:JavaScript 49.5%Language:HTML 45.5%Language:CSS 5.0%