Skip to content

Covid-Alert-Microservices/news-scraper

Repository files navigation

News Scraper Build codecov

This repository contains the source code for the microservice responsible for scraping the latest news from CovidTracker.

Development environment

Clone the repository and browser to project's folder:

git clone git@github.com:Covid-Alert-Microservices/news-scraper.git && cd news-scraper

Start the application:

./gradlew bootRun (or start it using your IDE)

The service microservice is available at http://localhost:8090 but doesn't expose any endpoint.

Dependencies

This application is soft-dependent to news-provider. You can start this service without news-provider, but you won't be provided any benefit from it.

About

This microservice scraps news from CovidTracker website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published