Git Product home page Git Product logo

Covid-19 Live Data Json

The json contains the number of Coronavirus confirmed cases, deaths, and recovered cases of world, also contains more details for every country, all information is updated every 15 minutes.

{
   "coronavirus_cases":"740,235",
   "deaths":"35,035",
   "recovered":"156,588",
   "last_update":"30/03/2020 14:07:45",
   "territories":[
      {
         "country":"USA",
         "total_cases":"142,793",
         "new_cases":"+333",
         "total_deaths":"2,490",
         "new_deaths":"+6",
         "total_recovered":"4,562",
         "active_cases":"135,741",
         "critical_cases":"2,970",
         "first_case":"Jan 20"
      } ....

You can to use if you want it from a web site, for example:

fetch('https://raw.githubusercontent.com/NoiseControllers/Covid-19-Data-Live/master/covid19.json')
    .then(response => response.json())
    .then(data => {
        data["territories"].forEach(({
                country,
                total_cases,
                new_cases,
                total_deaths,
                new_deaths,
                total_recovered,
                active_cases,
                critical_cases,
                first_case
            }) =>
            console.log(`${country} - ${total_cases} - ${new_cases} - ${total_deaths} - ${new_deaths} - ${total_recovered} - ${active_cases} - ${critical_cases} - ${first_case}`)
        );
    })
    .catch(function(err) {
        console.error(err);
    });

Jose's Projects

hermes icon hermes

Golang package that generates clean, responsive HTML e-mails for sending transactional mail

heyoo icon heyoo

Opensource python wrapper to WhatsApp Cloud API

katoolin icon katoolin

Automatically install all Kali linux tools

lance icon lance

Multiplayer game server based on Node.JS

marlin icon marlin

Optimized firmware for RepRap 3D printers based on the Arduino platform.

msf-installer icon msf-installer

because darkoperator took his down for a reason we haven't found yet

nginx-ultimate-bad-bot-blocker icon nginx-ultimate-bad-bot-blocker

Nginx Block Bad Bots, Spam Referrer Blocker, Vulnerability Scanners, User-Agents, Malware, Adware, Ransomware, Malicious Sites, with anti-DDOS, Wordpress Theme Detector Blocking and Fail2Ban Jail for Repeat Offenders

normalize.css icon normalize.css

A collection of HTML element and attribute style-normalizations

php-bbcode icon php-bbcode

A naive attempt at a BBCode "parser" written in PHP. It uses regex and thus fails at complex, nested tags.

powershell-reverse-http icon powershell-reverse-http

:innocent: A Powershell exploit, windows native service with no virus signature that open a reverse http connection via meterpreter

pubg_triggr icon pubg_triggr

An OBS Trigger application for PUBG. Detects kills and can trigger sources in OBS based on kill information. (Multikill, Headshot, Pan-Kill, etc.)

scrapy-web-spyder icon scrapy-web-spyder

Python Scrapy Web Spyder | Amazon-Books-Crawler. Extracts book title, description, paperback_price, author, star_rate, reviews, img_url, img_path and stores them in a sqlite3 database and JSON/CSV file.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.