Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/egbakou/novelcovid-api-badges
Svg badges displaying the number of coronavirus confirmed cases, recovered and deaths.
https://github.com/egbakou/novelcovid-api-badges
covid-19 covid-19-tracker es6 javascript node-js npm svg-label
Last synced: about 1 month ago
JSON representation
Svg badges displaying the number of coronavirus confirmed cases, recovered and deaths.
- Host: GitHub
- URL: https://github.com/egbakou/novelcovid-api-badges
- Owner: egbakou
- Created: 2020-05-21T14:30:26.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T17:32:11.000Z (about 2 years ago)
- Last Synced: 2024-10-30T00:38:23.009Z (3 months ago)
- Topics: covid-19, covid-19-tracker, es6, javascript, node-js, npm, svg-label
- Language: JavaScript
- Homepage: https://novelcovid-api-badges.herokuapp.com/
- Size: 639 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
- awesome-novelcovid - Novelcovid-api-badges
README
# Coronavirus Global Data Badges
![Cases](https://novelcovid-api-badges.herokuapp.com/confirmed) ![Today Cases](https://novelcovid-api-badges.herokuapp.com/todaycases) ![Deaths](https://novelcovid-api-badges.herokuapp.com/deaths) ![Today Deaths](https://novelcovid-api-badges.herokuapp.com/todaydeaths) ![Recovered](https://novelcovid-api-badges.herokuapp.com/recovered) ![Actives](https://novelcovid-api-badges.herokuapp.com/actives)## Usage
![Cases](https://novelcovid-api-badges.herokuapp.com/confirmed)**url:** `https://novelcovid-api-badges.herokuapp.com/confirmed`
**usage:** `![Covid-19 Cases](https://novelcovid-api-badges.herokuapp.com/confirmed)`
![Today-Cases](https://novelcovid-api-badges.herokuapp.com/todaycases)
**url:** `https://novelcovid-api-badges.herokuapp.com/todaycases`
**usage:** `![Covid-19 Today-Cases](https://novelcovid-api-badges.herokuapp.com/todaycases)`
![Deaths](https://novelcovid-api-badges.herokuapp.com/deaths)
**url:** `https://novelcovid-api-badges.herokuapp.com/deaths`
**usage:** `![Covid-19 Deaths](https://novelcovid-api-badges.herokuapp.com/deaths)`
![Today-Deaths](https://novelcovid-api-badges.herokuapp.com/todaydeaths)
**url:** `https://novelcovid-api-badges.herokuapp.com/todaydeaths`
**usage:** `![Covid-19 Today-Deaths](https://novelcovid-api-badges.herokuapp.com/todaydeaths)`
![Recovered](https://novelcovid-api-badges.herokuapp.com/recovered)
**url:** `https://novelcovid-api-badges.herokuapp.com/recovered`
**usage:** `![Covid-19 Recovered](https://novelcovid-api-badges.herokuapp.com/recovered/)`
![Actives](https://novelcovid-api-badges.herokuapp.com/actives)
**url:** `https://novelcovid-api-badges.herokuapp.com/actives`
**usage:** `![Covid-19 Actives](https://novelcovid-api-badges.herokuapp.com/actives/)`
## Long labels
![Cases](https://novelcovid-api-badges.herokuapp.com/confirmed?long=true)
![Today-Cases](https://novelcovid-api-badges.herokuapp.com/todaycases?long=true)
![Deaths](https://novelcovid-api-badges.herokuapp.com/deaths?long=true)
![Today-Deaths](https://novelcovid-api-badges.herokuapp.com/todaydeaths?long=true)
![Recovered](https://novelcovid-api-badges.herokuapp.com/recovered?long=true)
![Actives](https://novelcovid-api-badges.herokuapp.com/actives?long=true)**url:** `...?long=true`
## Data Sources
Data Repository of `Coronavirus` cases by Johns Hopkins University [CSSEGISandData/COVID-19](https://github.com/CSSEGISandData/COVID-19)
![GitHub stars](https://img.shields.io/github/stars/CSSEGISandData/COVID-19)
![GitHub last commit](https://img.shields.io/github/last-commit/CSSEGISandData/COVID-19)`Coronavirus` Rest API Tracker: [NOVELCovid/API](https://github.com/NOVELCovid/API)
![GitHub stars](https://img.shields.io/github/stars/NovelCOVID/API)
![GitHub last commit](https://img.shields.io/github/last-commit/NovelCOVID/API)## Developing Badge Service
Install dependencies
```shell
npm install
```Running
```shell
npm run start
```Running (in development)
```shell
npm run dev
```Testing
```shell
npm run test
```## Created by: Kodjo Laurent Egbakou
- LinkedIn: [Kodjo Laurent Egbakou](https://www.linkedin.com/in/laurentegbakou/)
- Twitter: [@lioncoding](https://twitter.com/lioncoding)## Contribution
Feel free to create issues and PRs :)