https://github.com/marvin9/latest-news-content
📰 latest news from three sites bbc, nytimes and hindu at one place.
https://github.com/marvin9/latest-news-content
koa2 livedata newsfeed webscraping
Last synced: 4 months ago
JSON representation
📰 latest news from three sites bbc, nytimes and hindu at one place.
- Host: GitHub
- URL: https://github.com/marvin9/latest-news-content
- Owner: Marvin9
- License: mit
- Created: 2019-07-11T14:50:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-09T10:20:05.000Z (about 6 years ago)
- Last Synced: 2025-02-26T12:16:57.594Z (8 months ago)
- Topics: koa2, livedata, newsfeed, webscraping
- Language: JavaScript
- Homepage:
- Size: 127 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# news-content
latest news from three sites bbc, nytimes and hindu at one place.Minimalist home page contains latest news fetched from given three sites.
Each news at least contains title, it's source and link given to that article. News may or may not contain description, time.
***Libraries used in this project.***
- KoaJS(For backend)
- NeDB(database for minimal projects)
- Pug(Template engine)
- UiKit(Front end library)
- Cheerio, request(Web scraping)
## [Demo here](https://marvin9-latest-news-content.glitch.me/)