Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 812 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 812 Bytes

All The News That's Fit to Scrape

Description

Whenever a user visits this app, it scrapes the most recent stories from Deseret News and displays them for the user. Each scraped article is saved to the application database, then displayed using a GET request. Users then have the option to save an article, which PUTs it in the "Saved" collection. This collection of saved articles is displayed on the "Saved" page. Here, users can POST comments on their saved articles.

Deployed Website

View the live page HERE

Technologies Used

Front-end Technologies

  • HTML
  • Bootstrap
  • Javascript
  • jQuery

Crucial Node Packages

  • Mongoose
  • Axios
  • Cheerio
  • Express

Creactor:

Abigail Nielson