Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 756 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 756 Bytes

sosNews

Synopsis

sosNews is a web app that shows the latest News about the Venezuela crisis. Whenever an user visits the site, the app will scrape stories from a news outlet (https://venezuelanalysis.com/news). The app use Cheerio to grab the site content and Mongoose to save it into the MongoDB database. All users can leave comments on the stories collected. They are also allowed to delete whatever comments they want removed. All stored comments are visible to every user.


Author

Rhyna Silva

Technologies Used:

  • Javascript
  • nodeJS
  • npm packages:
    • express
    • mongoose
    • body-parser
    • method-override
    • handlebars
    • request
    • cheerio

Copyright

Rutgers Coding Bootcamp © 2017 - Rhyna Silva