AmbientLighter / koroonakaart

App to show statistics about the COVID-19 epidemic in Estonia.

Home Page:https://www.koroonakaart.ee

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Koroonakaart

Repo now being developed within Open Knowledge Estonia: https://github.com/okestonia/koroonakaart. Data is updated every day around 12 (depends on TEHIK data update). Live version is available at koroonakaart.ee.

Url to load localized version follows the format of https://koroonakaart.ee/language (eg https://koroonakaart.ee/en). Valid language identifiers currently are et (Estonian), en (English) and ru (Russian).

This project is co-developed by a team of researchers and open government data activists from Open Knowledge Estonia, Tallinn University of Technology (Keegan McBride, Project Manager, @keeganmcbride), University of Tartu (Joonas Puura, @PuuraJ), and other civic activists (Harry Sild, @Kypsis; Chris Thompson @neuroactive) who took part in the Garage 48 Hack The Crisis Hackathon.

For more information please contact:

Keegan McBride (PO of koroonakaart.ee) ⁠— keegan.mcbride@taltech.ee

Maarja-Leena Saar (board member of Open Knowledge Estonia) ⁠— maarjaleena@okee.ee

Data / API

All data used by our application can be accessed directly at the following link: https://www.koroonakaart.ee/data.json

To embed any of the charts

You can use the export menu on the charts (hamburger menu on the top right), select Embed Graph and copy and paste from the modal or directly link to the chart. Eg https://www.koroonakaart.ee/en/chart?chart=TestsPopRatioChart&height=700&width=1000 .

Accepts height and width currently as props through query string.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Get data from TEHIK API

pip3 install -r requirements.txt
python3 main.py

Customize configuration

See Configuration Reference.

Who we are?

How team formed @ Hack the Crisis and current maintenance

This is a work in progress and was built in ~24 hours as part of the Hack the Crisis hackathon put on by Garage 48 in Estonia. It is developed by Harry Sild (@Kypsis), Chris Thompson (@neuroactive), Joonas Puura (@PuuraJ), Keegan McBride (@Keeganmcbride). Hanna Maria Mägi came up with the initial design, Maarja Leena Saar and Sven Illing have also contributed.

Please feel free to fork and/or PR. We hope to keep this up-to-date and improve over time. All suggestions and ideas are welcome.

How to contribute?

It is all voluntary work and has no funding.

You have a proposal what to do or you can help to develop a solution? Take a look here > https://github.com/okestonia/koroonakaart/issues

Open Knowledge Estonia https://www.facebook.com/okestonia/ opened separate bank account to receive support for infrastructure and core maintance. We will publish all supporters and keep costs transparent.

MTÜ Open Knowledge Estonia EE607700771004696794

About

App to show statistics about the COVID-19 epidemic in Estonia.

https://www.koroonakaart.ee


Languages

Language:Vue 78.3%Language:Python 15.1%Language:HTML 3.3%Language:JavaScript 2.6%Language:R 0.7%