Skip to content

A web app that lets users view and leave comments on the latest news, using Mongoose and Cheerio to scrape news from another site.

Notifications You must be signed in to change notification settings

omelska/news-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

news-app

Whenever a user visits the app, is scrapes stories from a news outlet and displays them for the user. Each scraped article is saved to MongoDB application database. The app scrapes and displays the following information for each article:

Image - on click takes to the see the comments on each article

Headline - the title of the article and the url to the original article at the same time

Users also are able to leave comments on the articles displayed and revisit them later. The comments are saved to the database as well and associated with their articles. Users also are able to delete comments left on articles. All stored comments are visible to every user.

About

A web app that lets users view and leave comments on the latest news, using Mongoose and Cheerio to scrape news from another site.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published