All Projects → mew → Coronavirus

mew / Coronavirus

Licence: BSD-3-Clause license
Java API Wrapper for tracking coronavirus (COVID-19, SARS-CoV-2) via https://git.io/Jvoep

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Coronavirus

covid19-visualized
COVID-19 World update with data Visualization (Include Indonesia cases)
Stars: ✭ 23 (+43.75%)
Mutual labels:  coronavirus, ncov-2019, coronavirus-tracker, covid-19, covid19, ncov-19
coviddata
Daily COVID-19 statistics by country, region, and city
Stars: ✭ 49 (+206.25%)
Mutual labels:  coronavirus, coronavirus-real-time, coronavirus-tracker, covid-19, covid19, coronavirus-api
COVID19-taiwan
Release COVID-19 (SARS-CoV-2) FDA / NHI drugs screening results.
Stars: ✭ 24 (+50%)
Mutual labels:  2019-ncov, coronavirus, covid-19, covid19, sars-cov-2
coronavirusrd
Web app to show information about the current cases of COVID 19 in Dominican Republic
Stars: ✭ 13 (-18.75%)
Mutual labels:  coronavirus, coronavirus-real-time, coronavirus-tracker, covid-19, covid19
Coronavirus Tracker Api
🦠 A simple and fast (< 200ms) API for tracking the global coronavirus (COVID-19, SARS-CoV-2) outbreak. It's written in python using the 🔥 FastAPI framework. Supports multiple sources!
Stars: ✭ 1,577 (+9756.25%)
Mutual labels:  coronavirus, coronavirus-real-time, coronavirus-tracker, covid-19, covid19
CoronaVirusDatabase
A repository for analyzing references and database of "gisanddata.maps.arcgis.com" website for Corona Virus.
Stars: ✭ 38 (+137.5%)
Mutual labels:  coronavirus, coronavirus-real-time, covid-19, covid19, coronavirus-api
COVID-19-AI
Collection of AI resources to fight against Coronavirus (COVID-19)
Stars: ✭ 25 (+56.25%)
Mutual labels:  2019-ncov, coronavirus, covid-19, covid19, sars-cov-2
corona tracker
COVID-19 tracking app - submission for https://wirvsvirushackathon.org/
Stars: ✭ 13 (-18.75%)
Mutual labels:  2019-ncov, coronavirus, covid-19, covid19, sars-cov-2
covidtrackerapiwrapper
CovidSharp is a crossplatform C# API wrapper for the Coronavirus tracking API (https://github.com/ExpDev07/coronavirus-tracker-api)
Stars: ✭ 11 (-31.25%)
Mutual labels:  api-wrapper, coronavirus, coronavirus-tracker, covid-19, covid19
COVID19
A web app to display the live graphical state-wise reported corona cases in India so far. It also shows the latest news for COVID-19. Stay Home, Stay Safe!
Stars: ✭ 122 (+662.5%)
Mutual labels:  coronavirus, coronavirus-real-time, coronavirus-tracker, covid-19, covid19
CoronaVirusOutbreakAPI
A tiny and small program to crawler and analyze outbreak of COVID-19 in world and every country using PHP.
Stars: ✭ 20 (+25%)
Mutual labels:  coronavirus, coronavirus-real-time, covid-19, covid19, coronavirus-api
cli-corona
📈 Track COVID-19 (2019 novel Coronavirus) statistics via the command line.
Stars: ✭ 14 (-12.5%)
Mutual labels:  2019-ncov, coronavirus, covid-19, covid19, sars-cov-2
align covid
Coronavirus time series aligned by number of cases, not date.
Stars: ✭ 22 (+37.5%)
Mutual labels:  coronavirus, coronavirus-tracker, covid19, sars-cov-2
Cough-signal-processing
Different methods and techniques for features extraction from audio
Stars: ✭ 42 (+162.5%)
Mutual labels:  coronavirus, coronavirus-real-time, covid-19, covid19
Bluetooth-ble-beamer-and-scanner-for-tracing-corona-virus-infected-individual
Bluetooth ble beacon beamer and scanner for tracing corona virus infected person similar to Trace Together app
Stars: ✭ 26 (+62.5%)
Mutual labels:  coronavirus, coronavirus-tracker, covid-19, covid19
covid19-api
Covid19 Data API (JSON) - LIVE
Stars: ✭ 20 (+25%)
Mutual labels:  coronavirus, coronavirus-real-time, coronavirus-tracker, covid-19
COVID19Py
A tiny Python package for easy access to up-to-date Coronavirus (COVID-19, SARS-CoV-2) cases data.
Stars: ✭ 86 (+437.5%)
Mutual labels:  api-wrapper, coronavirus, covid-19, covid19
covid-19
Open source web map for tracking COVID-19 global cases
Stars: ✭ 23 (+43.75%)
Mutual labels:  2019-ncov, coronavirus, coronavirus-tracker, covid-19
covid-19
A web application to display Coronavirus Diseases (COVID19) statistics from different countries.
Stars: ✭ 28 (+75%)
Mutual labels:  coronavirus, coronavirus-real-time, covid-19, covid19
COVID-19-DETECTION
Detect Covid-19 with Chest X-Ray Data
Stars: ✭ 43 (+168.75%)
Mutual labels:  coronavirus, coronavirus-real-time, covid-19, covid19

Coronavirus

License
Java API Wrapper for getting real-time Coronavirus (COVID-19, SARS-CoV-2) statistics via https://git.io/Jvoep.

Example

class Main {
    public static void main(String[] args){
        // Create an instance of the API.
        Coronavirus coronavirus = new Coronavirus();
        // Get latest data.
        Latest latest = coronavirus.getLatest();
        
        System.out.println("Latest Coronavirus Data:");
        System.out.println("Confirmed Cases: " + latest.getConfirmed());
        System.out.println("Deaths: " + latest.getDeaths());
        System.out.println("Recovered: " + latest.getRecovered());
    }
}

Installation

You can add the library to your project via Jitpack.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].