/worlddata

Open Data Statistics

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

Statistics Charts using open data --- BETA---

  • COVID-19 Italy data set used as sample

PREREQUISITE Install GULP:

npm install --global gulp-cli

BUILD The build uses GULP and is readapted from : https://github.com/adamisntdead/boilerplate

  • npm run dist - Build the production version of the site (think minify and optimize)
  • npm run dev - Build the development version of the site (think faster)
  • npm run watch - Like npm run dev but it watches for changes and builds incrementally
  • npm run format - Clean up your HTML and JS source code

SOURCES https://www.ecdc.europa.eu/en/publications-data/download-todays-data-geographic-distribution-covid-19-cases-worldwide

Publish Website

Typescript Boilerplate used for this site

TS Boilerplate