aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update based on what is used nowHEADmasterMatt Kohls2021-04-237-50/+681
| | | | | | Many changes, mostly to make landing page more readable Oh and a file to read a sensor attached via i2c on a Raspberry Pi and add that to the db
* Added README.mdMatt2016-04-161-0/+12
| | | Initial readme
* Merging with github autogen filesMatt Kohls2016-04-151-0/+21
|\
| * Initial commitMatt2016-04-151-0/+21
|
* Added graphsMatt Kohls2016-04-132-4/+35
| | | | | | | | | sensor.py added routes to draw additional graphs fixed problem reading datetime from database show_entries.html added additional figures for graphs
* Graph plotting dataMatt Kohls2016-04-131-12/+4
| | | | | sensor.py plots temperature data to graph
* Initial graph workingMatt Kohls2016-04-132-9/+26
| | | | | | | | | sensor.py added route to draw graph show_entries.html added spot for graph reformatted tabs
* Adding code to draw graphsMatt Kohls2016-04-123-19/+10
| | | | | | | | | | sensor.py starting pygal graph draws not working templates/ removed references to login.html added place for graph to go
* Initial Commit.Matt Kohls2016-04-115-0/+130
Basic webapp that can save/display weather data