Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/eyuelberga/news-scrap


https://github.com/eyuelberga/news-scrap

Last synced: 10 days ago
JSON representation

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