https://github.com/saajan94/washingtonpost-scraper
The Washington Post Scraper is an application that allows the user to scrape articles from the Washington Post website and save a reference to them.
https://github.com/saajan94/washingtonpost-scraper
bootstrap css expressjs handlebarsjs html javascript mongodb mongoose nodejs
Last synced: 2 months ago
JSON representation
The Washington Post Scraper is an application that allows the user to scrape articles from the Washington Post website and save a reference to them.
- Host: GitHub
- URL: https://github.com/saajan94/washingtonpost-scraper
- Owner: saajan94
- License: mit
- Created: 2018-09-27T00:25:30.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-08T04:32:29.000Z (about 7 years ago)
- Last Synced: 2026-03-28T00:42:39.883Z (3 months ago)
- Topics: bootstrap, css, expressjs, handlebarsjs, html, javascript, mongodb, mongoose, nodejs
- Language: JavaScript
- Homepage: https://mighty-gorge-80683.herokuapp.com/
- Size: 22.5 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WashingtonPost-Scraper
https://mighty-gorge-80683.herokuapp.com/
The Washington Post Scraper is an application allows that the user to scrape articles from the Washington Post website and save a reference to them. After an article is saved, notes can be added to them.
### How It Works
* The user can scrape the latest articles from the Washington Post by clicking Scrape Articles in the navigation bar.
* The user can save individual articles by clicking Save Article on the desired article.
* Users can then delete or add notes to saved articles.
### Technologies Used
* JavaScript
* Bootstrap
* MongoDB
* Mongoose
* HTML
* CSS
* Handlebars.js
* Express.js
* Node.js