An open API service indexing awesome lists of open source software.

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.

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