https://github.com/pomber/covid19

JSON time-series of coronavirus cases (confirmed, deaths and recovered) per country - updated daily

https://github.com/pomber/covid19

Science Score: 10.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
    2 of 132 committers (1.5%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (7.8%) to scientific vocabulary

Keywords

2019-ncov api coronavirus covid-19 data dataset json time-series

Keywords from Contributors

transformer cryptocurrency jax
Last synced: 10 months ago · JSON representation

Repository

JSON time-series of coronavirus cases (confirmed, deaths and recovered) per country - updated daily

Basic Info
Statistics
  • Stars: 1,223
  • Watchers: 44
  • Forks: 376
  • Open Issues: 10
  • Releases: 0
Topics
2019-ncov api coronavirus covid-19 data dataset json time-series
Created over 6 years ago · Last pushed over 3 years ago
Metadata Files
Readme

readme.md

Transforms the data from CSSEGISandData/COVID-19 into a json file. Available at https://pomber.github.io/covid19/timeseries.json. Updated three times a day using GitHub Actions.

The json contains the number of Coronavirus confirmed cases, deaths, and recovered cases for every country and every day since 2020-1-22:

{ "Thailand": [ { "date": "2020-1-22", "confirmed": 2, "deaths": 0, "recovered": 0 }, { "date": "2020-1-23", "confirmed": 3, "deaths": 0, "recovered": 0 }, ... ], ... }

For example, if you want to use it from a web site:

js fetch("https://pomber.github.io/covid19/timeseries.json") .then(response => response.json()) .then(data => { data["Argentina"].forEach(({ date, confirmed, recovered, deaths }) => console.log(`${date} active cases: ${confirmed - recovered - deaths}`) ); });

Projects using this dataset (+ add yours)

APIs

Tutorials

Visualizations

Analysis

Adding your project to the list

Pull requests adding more projects to this list are welcome, just a few rules: - Add only open source projects - Make sure the project cite this repo as a data source (with a link) - Follow the same order as the rest of the list - [project-name](your-project-url) ([repo](repo-url)): description - Try not to add extra blank lines, it breaks the formatting

👉 add a new project to the list

License

The code from this repo is MIT licensed.
The data is under CSSEGISandData/COVID-19 terms of use.

Owner

  • Name: Rodrigo Pombo
  • Login: pomber
  • Kind: user

Overengineer. Tools for better code reading comprehension. Building @code-hike.

GitHub Events

Total
  • Watch event: 3
  • Issue comment event: 1
  • Pull request event: 3
  • Fork event: 5
Last Year
  • Watch event: 3
  • Issue comment event: 1
  • Pull request event: 3
  • Fork event: 5

Committers

Last synced: about 1 year ago

All Time
  • Total Commits: 2,280
  • Total Committers: 132
  • Avg Commits per committer: 17.273
  • Development Distribution Score (DDS): 0.088
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
GitHub Action a****n@g****m 2,080
Rodrigo Pombo p****o@g****m 44
Christophe Thiebaud c****d@a****t 4
Saiprasad Balasubramanian s****o@g****m 3
Nicholas McCullum n****m@g****m 3
Milap Neupane n****0@g****m 3
Julio Vasconez Yulan j****8@g****m 3
Rémi Delaporte-Mathurin 4****r 2
Shakirul Hasan s****4@s****u 2
Tapas Adhikary t****y@g****m 2
Thomas Alrek t****s@a****o 2
daniel-karl 5****l 2
Rafael Castellar das Neves r****r@g****m 2
Minh Nguyen n****g@g****m 2
Leonardo Kameya l****a@g****m 2
EMMANUEL NENI 3****r 2
Dhanushka Chandana d****7@g****m 2
Darío Hereñú m****a@g****m 2
Alexander ritik 4****k 2
Ahmad Chaiban 4****n 2
Aeol c****j@g****m 2
Emin Durak e****k@E****l 2
Dmitry Ivakhnenko j****s@y****u 1
Edward 4****s 1
Eric Coutinho e****a@g****m 1
EstMP E****P 1
Everton Leite e****e@g****m 1
Fabiano Bandeira l****b@g****m 1
Faizal Bin Azman t****h@g****m 1
Wendelstein7 2****7 1
and 102 more...

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 32
  • Total pull requests: 70
  • Average time to close issues: about 1 month
  • Average time to close pull requests: 14 days
  • Total issue authors: 30
  • Total pull request authors: 62
  • Average comments per issue: 2.25
  • Average comments per pull request: 1.06
  • Merged pull requests: 47
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 2
  • Average time to close issues: N/A
  • Average time to close pull requests: 1 minute
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.5
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • yungfarz (3)
  • entorb (1)
  • yudivian (1)
  • priyanshrastogi (1)
  • gdkali (1)
  • headrohit96 (1)
  • andher1802 (1)
  • michaeltoohig (1)
  • RafaelMendozaArriaga (1)
  • Montana (1)
  • cthiebaud (1)
  • bhbmaster (1)
  • somm-doe (1)
  • czyborra (1)
  • reeshmabijosh (1)
Pull Request Authors
  • janefinest (4)
  • cthiebaud (4)
  • jvas28 (2)
  • rafaelcastellar (2)
  • trujilloRJ (2)
  • SkyVPN-Build-Covid19 (2)
  • titaniumbones (1)
  • AlexOlvera (1)
  • somm-doe (1)
  • arshlakhina (1)
  • Alberto75 (1)
  • kaline (1)
  • freethrow (1)
  • saschawildgrube (1)
  • ozanbotanls (1)
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads: unknown
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 0
github actions: pomber/covid19

JSON time-series of coronavirus cases (confirmed, deaths and recovered) per country - updated daily

  • Versions: 0
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent packages count: 0.0%
Forks count: 0.1%
Stargazers count: 0.2%
Average: 10.8%
Dependent repos count: 42.9%
Last synced: 11 months ago

Dependencies

.github/workflows/main.yml actions
  • ./main/ * composite
  • actions/checkout v2 composite
  • ad-m/github-push-action v0.6.0 composite
action.yml actions
  • action.js node12 javascript
package.json npm
  • csv-parse ^4.8.8
yarn.lock npm
  • csv-parse 4.8.8