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
- Host: GitHub
- URL: https://github.com/supunte/covid19-sl-report
- Owner: supunTE
- Created: 2020-03-28T22:09:48.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-03T08:34:48.000Z (over 4 years ago)
- Last Synced: 2025-02-09T15:13:53.932Z (4 months ago)
- Topics: covid19-data, sri-lanka, worldwide
- Language: HTML
- Homepage: https://stedirisuriya.github.io/Covid19-sl-report/
- Size: 12.7 MB
- Stars: 3
- Watchers: 2
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: news.html
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

### 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 !