Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eyuelberga/news-scrap
https://github.com/eyuelberga/news-scrap
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/eyuelberga/news-scrap
- Owner: eyuelberga
- Created: 2019-07-10T03:27:36.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T07:38:35.000Z (about 2 years ago)
- Last Synced: 2023-03-06T01:57:27.662Z (almost 2 years ago)
- Language: TypeScript
- Size: 1.05 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 37
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# News Scrap
News scraper that scraps for news form various sites and post them on a site
## Getting Started
news-scrap folder contains the automated scrapper scripts, which scraps various sites and store the data into an in-memory database using a Loopback4 REST api, located in the news-api folder. client folder contains the angular front-end code for the site.
### Prerequisites
node, angular cli and also some node package manager like npm or yarn is required to run it on a local system.
### Installing
just install the dependencies and run "npm start", "ng serve" for angular.
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details
## Acknowledgments