/news-scrap

Primary LanguageTypeScript

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 file for details

Acknowledgments