Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 570 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 570 Bytes

NYT REACT scrubber

A MERN full stack app that scrapes the New York Times online articles based on user preferences, showing the headlines and a link to the media. articles with their links can be saved to MongoDB; in addition, comments can be added to specific articles.

see on Heroku at: https://nyt-react-scrubber.herokuapp.com/

Technologies employed:

  • REACT
  • Node.js
  • MongoDB
  • Mongoose npm module
  • Express npm module
  • Cheerio npm module for scraping
  • Bootstrap 4

Future Improvements:

  • refine structure
  • redefine routes
  • refactor to improve brevity