Skip to content
#

covid19

covid-19 logo

The coronavirus disease 2019 (COVID-19) is an infectious disease caused by a type of coronavirus known as SARS-CoV-2 that had caused an ongoing pandemic. This topic is associated with repositories that contain code focused around research and awareness of the virus.

Here are 1,331 public repositories matching this topic...

covid19india-react
coronavirus-tracker-api
Akuukis
Akuukis commented Mar 27, 2020

Great stuff! I'm planning to use API for my dashboard Pandemic Estimator but I wish your API had a better documentation on methodology. I'm using JHU directly and I know what chaos it is, the most blatant example being that they provide "cumulative data" that's not cumulative quite often in practice. And the whole change of file formats, etc.

Can you please de

lovewithmind
lovewithmind commented Mar 29, 2020

As there is constant development on the repository and 5-10 PR everyday. It will be nice if we have test for the components to ensure the code do not break in any manner while getting deployed in prod environment.

covid19-tracker-cli

A curl-based command line tracker for Novel Coronavirus or COVID-19 pandemic. It Supports terminal for linux and macos, command prompt for windows, and termux for android with real-time updates. curl -L covid19.trackercli.com

  • Updated May 2, 2020
  • JavaScript
coronastatus
michaelmcmillan
michaelmcmillan commented Mar 26, 2020
server {
    server_name coronastatus.fr www.coronastatus.fr;

    location / {
        proxy_pass http://127.0.0.1:5000;

        proxy_http_version 1.1;
        proxy_set_header Upgrade $http_upgrade;
        proxy_set_header Connection 'upgrade';
        proxy_set_header Host $host;
        proxy_cache_bypass $http_upgrade;
        proxy_set_header X-Real-IP $remote_addr;
     
bug

Created by github

Released December 31, 2019

Repository
topics/covid-19
Website
www.who.int/emergencies/diseases/novel-coronavirus-2019
Wikipedia
Wikipedia
You can’t perform that action at this time.