Gamespot News Scraper is a Full-Stack application built on Node, Express, Handlebars, and MongoDB. The application scrapes news from the homepage of gamespot.com, and allows users to view these articles, save them, and comment on them.
The app runs on Node.js, using the Express framework. Data is persisted to a MongoDB database. Finally, views are generated using the Handlebars framework.
This is a Full-Stack Web Application utilizing basic routes to serve up HTML pages, as well as API routes to handle any data processing, or interfacing with the database.
Gamespot News Scraper is currently deployed to Heroku.
You may access the app here: Gamespot News Scraper
Built With
- Developed By: Will Parks -- wparks08