log

age author description
2019-11-11 Paul Fisher ignore all .vscode nonsense.
2019-11-11 Paul Fisher logfile: Pull logfile thread out of Logger.
2019-11-11 Paul Fisher server: show date when last report was >12h ago.
2019-11-01 Paul Fisher locations.py: store location name into the right place.
2019-10-19 Paul Fisher Make weather server handle arbitrary data:
2019-10-13 Paul Fisher add a nice icon
2019-10-13 Paul Fisher Add graph, make it public, and bump the version.
2019-10-13 Paul Fisher Make graph look nicer.
2019-10-13 Paul Fisher graph: Update style and do HiDPI properly.
2019-10-12 Paul Fisher Port main script to TypeScript and prepare for serving it.
2019-10-12 Paul Fisher Tighten up MADRegistry:
2019-10-10 Paul Fisher Create tiny AMD loader and set up tsc for it.
2019-10-06 Paul Fisher Extremely basic version of the graph drawer.
2019-10-06 Paul Fisher Add script to draw charts with initial functions.
2019-10-06 Paul Fisher server: Create endpoint to get some recent readings.
2019-09-30 Paul Fisher improve some styles
2019-09-30 Paul Fisher Give a 404 rather than a 500 on missing locations.
2019-09-30 Paul Fisher Improve template; add stylesheet.
2019-09-29 Paul Fisher Fix manifest data paths.
2019-09-29 Paul Fisher Include data manifest in setup.py.
2019-09-29 Paul Fisher Actually make the server runnable.
2019-09-29 Paul Fisher Make the weather server pip-installable and locally runnable.
2019-09-29 Paul Fisher server: Use a "preamble" object in the POST to auth.
2019-09-29 Paul Fisher server: fix bugs and improve template.
2019-09-29 Paul Fisher get the skeleton of a webserver up?
2019-09-29 Paul Fisher Create initial logger for weather server.