This application is a web app that lets users view and leave comments on the latest sports news. As the name suggests this is done via webscraping.
Check out the deployed version here: https://sportarticlescraper.herokuapp.com/
The app uses:
- express
- express-handlebars
- mongoose
- cheerio
- axios
Be sure to run an npm install after cloning the repo
- Displays articles by title, short description, and external link
- The user then has the ability to save/delete/comment on articles if they choose to do so
To test locally, run:
- mongod (in a separate command line window)
- nodemon server.js