/co2app

Quick Hack App for "Bunte Nacht der Digitalisierung" to visualize individual CO2 emissions

Primary LanguageVue

CO2App for "Bunte Nacht" Event

Version used at Bunte Nacht, 1.7.2022

With SIMPLE backend, see rest.php

Backend requires config.ini, see config.ini.template and mysql initialisation, see co.sql

Cooperates with co2dash

Demo

See here

Issues

Server for "Bunte Nacht" is Debian 9 (old old old). There are some issues with PHP and Mysql versions. Districts-table seems to be non-UTF8, which breaks json_encode on newer versions but not on this one. However, newer flags like JSON_INVALID_UTF8_SUBSTITUTE don't work here ...