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

https://github.com/supunte/covid19-sl-report

Covid19 latest report of Sri Lanka
https://github.com/supunte/covid19-sl-report

covid19-data sri-lanka worldwide

Last synced: 3 months ago
JSON representation

Covid19 latest report of Sri Lanka

Awesome Lists containing this project

README

        

# Covid-19 Sri Lankan Report

Visit the [website](https://covid19-sl-report.netlify.com/) and get The Latest Updates

![Website](https://i.imgur.com/un7n8u4.png)

### This is a web app that can be used to get the latest Covid-19 updates in Sri Lanka and WorldWide

## **Services Provided :**

- Get the latest Covid-19 situation in Sri Lanka ( Total cases, Active cases, Deaths, recoveries )
- Get the latest Covid-19 situation worldwide
- Get latest news about the situation
- Built in map to identify Testing Centers and Quarantine Centers
- Know what happened on which day from the timeline

## **Sources of NEWS :**

- [News1st](http://corona.newsfirst.lk/?lan=EN)
- [AdaDerana](http://www.adaderana.lk/hot-news/)
- [BBC](https://www.bbc.com/news)

## **Developers and maintainers :**

- [Supun Tharinda](https://github.com/STEdirisuriya)
- [Hasala Heiyanthuduwa](https://github.com/Hasala2002)
- [Chamidu Jayanath](https://github.com/chamindujs)
- [Chamuthu Megha](https://github.com/Chamuthu030828?tab=repositories)

## **Developer Setup Guide**

1. First, Clone the repository by,

`git clone https://github.com/STEdirisuriya/Covid19-sl-report.git`

2. Install Jekyll on your local PC
- [Install Jekyll on Windows](https://jekyllrb.com/docs/installation/windows/)
- [Install Jekyll on Linux](https://jekyllrb.com/docs/installation/other-linux/)
- [Install Jekyll on MacOS](https://jekyllrb.com/docs/installation/macos/)

3. Then Go to project root and run
```
bundle install
```

4. Then run
```
jekyll serve
```

> This will start the server

5. Go to your browser and enter the following URL

```
localhost:4000
```

> Done !