https://github.com/endreot/mongo-scraper
Mongo Scraper for Kiro 7 News
https://github.com/endreot/mongo-scraper
bootstrap cheeriojs expressjs handlebarsjs mongodb mongoosejs nodejs
Last synced: 3 months ago
JSON representation
Mongo Scraper for Kiro 7 News
- Host: GitHub
- URL: https://github.com/endreot/mongo-scraper
- Owner: EndreoT
- License: mit
- Created: 2019-06-26T16:47:21.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T20:19:39.000Z (over 3 years ago)
- Last Synced: 2025-03-22T02:13:29.932Z (over 1 year ago)
- Topics: bootstrap, cheeriojs, expressjs, handlebarsjs, mongodb, mongoosejs, nodejs
- Language: JavaScript
- Homepage: https://mongo-scrape-it.herokuapp.com
- Size: 1.96 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mongo Scraper
### Deployed link
https://mongo-scrape-it.herokuapp.com

## Description
Scrape articles from Kiro 7 news, save articles, and save notes for articles.
## Motivation
This app is for people who want to easily keep track and revisit articles from Kiro 7 News and like to jot down notes.
## Description
Mongo Scraper Uses Cheerio.js to scrap articles on the server, then display the heading, summary, and url of each article found. Any user can then save individual articles to a database. Users can view all saved articles, removed saved articles, and add and delete notes for each saved article. Mongo Scraper is a full stack application using Node.js, Express.js, mongoDB, and mongoose.js on the server, and handlebars.js and Bootstrap for the client.
## Future Improvements
- [ ] Implement user authentication for personalized experience