Covid19
JSON time-series of coronavirus cases (confirmed, deaths and recovered) per country - updated daily
Install / Use
/learn @pomber/Covid19README
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:
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
- COVID-19 Grafana API (repo): JSON API to visualize stats in Grafana
- COVID-19 GraphQL API (repo)
- CovidAPI.info (repo): Lightweight, Superfast REST API built to be consumed by dashboards.
- COVID-19 Ruby Gem
Tutorials
- Build a Coronavirus web site with Next.js (repo) - How to use Next.js to build a static Coronavirus web site
- COVID-19 Datawrapper Widget With Auto Refresh: How to Import JSON Data From This API Into Google Sheets — and Create a COVID-19 Widget With Datawrapper in Less Than 5 Minutes
- The ultimate flutter tutorial for beginners: At the end of this tutorial, you will be able to develop a mobile app that fetches covid19 stats data from the server and display them in various UI widgets.
Visualizations
- Covid19 Visuals (repo): React app with Corona statistics globally and country wise.
- CoronaStats (repo): visualize time series per country
- Coronow (repo): Dashboard about COVID-19 with counters and charts
- Coronavirus-plotter (repo) :Its is web app with globe view to give all current situation with charts and animation effects.
- COVID-19-INDIA-WORLD (repo): COVID-19 Tracker build with svelte
- Plotting COVID-19 (repo): Configurable and shareable COVID-19 country comparison charts.
- YACA (repo): Yet Another Covid-19 App. Make your own graphs of COVID-19 cases. Tweakable options are: 1. select multiple countries, 2. select data (confirmed|deaths|recovered), 3. total cases vs. daily delta, 4. absolute vs. per capita numbers, 5. logarithmic vs. linear Y axis, 6. size of moving average (for daily delta), and 7. start date. Last but not least, it is possible to generate both a permalink of the configuration, and a snapshot image of the graph, handy when sharing to social media.
- COVID-19 World at a Glance! (repo): Dashboard with COVID-19 Visualization of my Country(India), World Spread Comparator and Country level details across the world.
- COVID-19 Global Report (repo): COVID-19 Global Report focus in Brazil and World. Made with Snowflake, Pentaho and Power BI.
- Corona Status Brazil - Mobile Friendly (repo): Covid-19 daily report Brazil in a mobile friendly website.
- COVID-19 Flight Info (repo): Flight and Travel info as well as other stats related to the outbreak.
- The Curve (repo): The Curve
- COVID-19 Notifier (repo): Covid-19 Daily Notifier
- COVID-19 Daily Report (repo): Covid19 Daily Report Visualizer
- Covid19 Visualizer (repo): Covid19 Graphical Visualizer
- EU stats report on COVID-19 (repo): COVID-19 tracker for EU countries
- CoronaStatistics.live (repo): COVID-19 Global Report
- COVID-19 World (repo): COVID-19 Global Report
- COVID-19 Comparator (repo): Coronavirus cases comparator by countries, from chosen date and number of days (PWA)
- Mobile Friendly COVID-19 Report (repo): Coronavirus daily report in a mobile friendly website (PWA)
- COVID-19 Daily Report (repo): Coronavirus daily report, updated hourly
- COVID-19 GLOBAL Report (repo)
- covid-charts (repo): chart widget with Coronavirus stats for specified country
- COVID-19 Global Chart (repo): Chart GeoMap with last status by country.
- COVID-19 Stats (repo): A simple mobile friendly dashboard visualizing the latest stats of the COVID-19 outbreak.
- Corona.log (repo): A simple COVID-19 data checker per region
- COVID-19 How Bad Is It (repo): Live graphs with latest news involving Covid-19,
- COVID-19 Sri Lanka Tracker (repo): Live Updates of COVID-19 Patients in Sri Lanka
- COVID-19 Countries Trends & Comparison (repo): Country comparison of COVID-19 cases, with per-capita and growth views.
- felipec covid-19 (repo): Trajectory of confirmed COVID-19 cases per country after 100 in logarithmic scale and growth factor.
- COVID-19 Global Report (repo): Vue.js app for monitoring the spread of the new coronavirus
- COVID-19 Regional Relative TimeSeries (repo): Normalized regional comparative timeseries.
- COVID-19 Country Travel Bans (repo): An interactive map showing countries with travel restrictions and infection counts.
- COVID-19 Stats and Trends (repo)
- COVID Reports (repo): Coronavirus trends comparison by country
- #daysbehinditaly (repo): Number of days various countries are behind Italy in total COVID-19 cases assuming similar case growth rate
- Covid-19 Project to track the spread of coronavirus (repo): Coronavirus information by country
- Covid-19 Progress Reports by Country (repo): Coronavirus (Fight against) Progress by country
- COVID-19-LK (repo): A Sri Lankan COVID-19 Tracker with a map and dark theme <3
- COVID-19 Tracker (repo): Novel Coronavirus COVID-19 tracking website, made simple an
Related Skills
gh-issues
336.9kFetch GitHub issues, spawn sub-agents to implement fixes and open PRs, then monitor and address PR review comments. Usage: /gh-issues [owner/repo] [--label bug] [--limit 5] [--milestone v1.0] [--assignee @me] [--fork user/repo] [--watch] [--interval 5] [--reviews-only] [--cron] [--dry-run] [--model glm-5] [--notify-channel -1002381931352]
node-connect
336.9kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
oracle
336.9kBest practices for using the oracle CLI (prompt + file bundling, engines, sessions, and file attachment patterns).
tmux
336.9kRemote-control tmux sessions for interactive CLIs by sending keystrokes and scraping pane output.
