Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jaymar14/news-scraper
https://github.com/jaymar14/news-scraper
body-parser cheeriojs express full-stack handlebars mongodb mongoose
Last synced: about 13 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/jaymar14/news-scraper
- Owner: jaymar14
- Created: 2017-12-17T21:50:05.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-18T19:29:46.000Z (almost 7 years ago)
- Last Synced: 2024-03-17T19:27:43.834Z (8 months ago)
- Topics: body-parser, cheeriojs, express, full-stack, handlebars, mongodb, mongoose
- Language: JavaScript
- Homepage: https://ancient-chamber-37095.herokuapp.com/
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# News-Scraper
In this assignment, you'll create a web app that lets users view and leave comments on the latest news. But you're not going to actually write any articles; instead, you'll flex your Mongoose and Cheerio muscles to scrape news from another site.Technologies used:
JavaScript, MongoDBnpm packages used:
express
express-handlebars
mongoose
body-parser
cheerio
request