Skip to content
forked from CovOpen/CovMap

Web service to display large-scale epidemiological data and forecasts of the SARS-CoV-2 pandemic.

License

Notifications You must be signed in to change notification settings

mmitterma/CovMapper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

All Contributors

CovMapper

A webapp to display large-scale epidemiological data and forecasts of the SARS-CoV-2 pandemic.

Development

We use Docker currently only to develop on different operating systems. It is not necessarily needed, on unix like systems you can use yarn scripts directly, like yarn dev.

cd ./CovMap
# If you don't want to setup yarn locally:
docker-compose up
# If you want to develop on your system:
yarn install
yarn dev

Then go to https://localhost:8080 in your browser (if you are using docker you have to allow self-signed certificates in order to work)

Test Data

To generate test data for GeoJSONs you want to map your data on (like in /data), use the script at dev/generate-random-data-for-geojson.js.

node dev/generate-random-data-for-geojson --help

Contributing

We use a shared master branch, with short lived feature branches. Create a branch, add your changes locally, use git add X && git commit, then create a Pull Request.

Contributors ✨

Thanks goes to these wonderful people (emoji key):


Sebastian Herrlinger

💻

Alexander Thieme

💼

Christian Romberg

💻

m-pa

💻

Kantemir Imamov

💻

Daniel Bartholomae

💻

Christoph Wersal

💻

Felix Stürmer

💻

ttobollik

💻

Olaf Nouvortne

💻

Daniel Habenicht

💻

Michael Grupp

💻

Cornelia Furkert
💻

Éric Louvard

💻

Manuel Blechschmidt

💻

baskle

🎨

This project follows the all-contributors specification. Contributions of any kind welcome! Add them by referring to the @all-contributers Bot or using the cli (yarn all-contributers add <username> <emojikey>).


Copyright 2020 http://covmap.de Licensed under the Apache License. Find the license here.

About

Web service to display large-scale epidemiological data and forecasts of the SARS-CoV-2 pandemic.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 99.0%
  • TypeScript 1.0%
  • HTML 0.0%
  • Shell 0.0%
  • CSS 0.0%
  • Java 0.0%