10000 GitHub - mess110/vaccinica
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

mess110/vaccinica

Repository files navigation

Vaccinica

Downloads and presents covid data publicly available from data.gov.ro

http://bit.ly/vaccinica

Explore https://data.gov.ro/dataset/transparenta-covid data and get informed of the available vaccination statistics in Romania. Would be nice to receive data pre March 2020.

Please review the code to help me fix potential mistakes.

Running locally

Automatically download and convert the data from data.gov.ro

yarn install
yarn download
yarn dl2json

Serve docs folder though a http server

cd docs && python -m SimpleHTTPServer 8000
google-chome http://localhost:8000

Docker

Alternatively, if you have Docker installed, you can run the application this way:

./scripts/run.sh

This will instantiate a local container starting from the same image used for deployment on Github pages and execute the yarn commands above. If you are using VS Code, you can also hook it to the workspace inside the container.

Roadmap

  • show chart
  • download data with a script
  • github pages
  • filter counties
  • filter cities
  • filter centers
  • filter categories
  • filter doses
  • persist hidden states
  • filter cities/centers depending on current selection
  • shortcut for selecting all categories grouped by their number (example: select III-a with one click)
  • persist state in query params
  • support many months
  • Dockerfile
  • ability to select time range
  • estimate how long until you get vaccinated
  • automatically get list of available months in download.sh
  • show more stats and interesting facts

Thanks

0