All Projects β†’ pasrom β†’ corona-widget-at

pasrom / corona-widget-at

Licence: other
COVID-19 incidence widget for iOS within Austria πŸ‡¦πŸ‡Ή

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to corona-widget-at

ios-scriptable-tsx
在 vscode δΈŠδ½Ώη”¨ typescript ε’Œ jsx 开发 ios ε°η»„δ»Άηš„ε°ζ‘†ζžΆ.基于 Scriptable app.
Stars: ✭ 113 (+606.25%)
Mutual labels:  ios-widget, scriptable
covid hospitals demographics
COVID-19 relevant data on hospital location / capacity, nursing home location / capacity, county demographics
Stars: ✭ 21 (+31.25%)
Mutual labels:  covid-19
coronavirusrd
Web app to show information about the current cases of COVID 19 in Dominican Republic
Stars: ✭ 13 (-18.75%)
Mutual labels:  covid-19
covid19-florida
Florida COVID19 Data parsed from Florida DOH Dashboard and PDF reports
Stars: ✭ 32 (+100%)
Mutual labels:  covid-19
covid-19-datasette
Deploys a Datasette instance of COVID-19 data from Johns Hopkins CSSE and the New York Times
Stars: ✭ 62 (+287.5%)
Mutual labels:  covid-19
sources
source and notes in German about the strange case of Mammad Kabiri @ Uniqa
Stars: ✭ 11 (-31.25%)
Mutual labels:  austria
Covid-19-analysis
Analysis with Covid-19 data
Stars: ✭ 49 (+206.25%)
Mutual labels:  covid-19
covid19-api
Covid19 Data API (JSON) - LIVE
Stars: ✭ 20 (+25%)
Mutual labels:  covid-19
covidseir
Bayesian SEIR model to estimate the effects of social-distancing on COVID-19
Stars: ✭ 23 (+43.75%)
Mutual labels:  covid-19
COVID-19-Datasets
Novel Coronavirus (COVID-19) Cases for India, provided by University of Kalyani.
Stars: ✭ 19 (+18.75%)
Mutual labels:  covid-19
coronavirus-stats
Automatically scrape data and statistics on Coronavirus to make them easily accessible in CSV format
Stars: ✭ 47 (+193.75%)
Mutual labels:  covid-19
quarantine-bot
WhatsApp bot powered by Twilio API to get through the quarantine. Latest COVID19 statistics, world news, inspirational quotes and cat photos.
Stars: ✭ 24 (+50%)
Mutual labels:  covid-19
dockerfiles
Dockerfiles everywhere 🐳
Stars: ✭ 17 (+6.25%)
Mutual labels:  covid-19
MoveSim
Codes for paper in KDD 2020 (AI for COVID-19): Learning to Simulate Human Mobility
Stars: ✭ 16 (+0%)
Mutual labels:  covid-19
covid19-badges
🦠 SVG badges displaying cases and deaths of COVID-19
Stars: ✭ 31 (+93.75%)
Mutual labels:  covid-19
coronavirus
covid-19 data in J
Stars: ✭ 15 (-6.25%)
Mutual labels:  covid-19
covid-stats
COVID-19 Stats Chrome Extension - React & TypeScript
Stars: ✭ 30 (+87.5%)
Mutual labels:  covid-19
covid-19-community
Community effort to build a Neo4j Knowledge Graph (KG) that links heterogeneous data about COVID-19
Stars: ✭ 95 (+493.75%)
Mutual labels:  covid-19
React-Covid19-Tracker
πŸͺπŸͺNew updated Covid -19 tracker with neat and clean UI. Here we can able to sort and search by different country. Here we used ReactJs and basic HTML5 and CSS.
Stars: ✭ 17 (+6.25%)
Mutual labels:  covid-19
docs
blaulichtSMS API (Schnittstellenbeschreibung)
Stars: ✭ 15 (-6.25%)
Mutual labels:  austria

Description

The COVID-19 widget shows in the first line the sum of the vaccinated people, in the second line the last three days of new cases, the daily deaths and the associated R-value for Austria. The hospitalization, ICU and the sum of deaths are shown below. The active cases in Austria are displayed on the second line from the bottom. The incidence for Austria, the district where your device is located and the districts specified by the user are displayed above. Furthermore, the active cases (narrow white line) and the daily new cases (gray filled area) are shown in the background. The widget supports offline caching (local and iCloud). Screenshot

Setup

  • Enable the location service for the scriptable app, if you want to use automatic displaying of the current incident you are located.
  • Change the global variable const useLogarithmicScale = true to const useLogarithmicScale = false if you like to few the graph without logarithmic scale.
  • Per default following values are defined:
    const maxDaysDisplayed = {
      small: 3,
      medium: 7,
      large: 7,
    }
    
    Change them to your needs.
  • If you like to specify your own disctricts or states, for example add following widget parameters: 804,FK;803,DO;8,Vbg. for Dornbirn (shown as DO), Felkirch (shown as FK) and the state Vorarlberg shown as Vbg.. The 3-digit GKZ can be found in the third row of https://covid19-dashboard.ages.at/data/CovidFaelle_Timeline_GKZ.csv. The state ID can be found here: https://covid19-dashboard.ages.at/data/CovidFaelle_Timeline.csv.

Data Sources

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].