Archived
1
0

Added .gitignore and README.

This commit is contained in:
Markus Birth 2016-09-01 15:16:49 +02:00
parent be15b78b08
commit f06eaa8c70
2 changed files with 20 additions and 0 deletions

11
.gitignore vendored Normal file
View File

@ -0,0 +1,11 @@
/_backups/
12months.txt
/20*.png
/20*.svg
/24hrs.*
/28days.*
/6hrs.txt
/7days.*
/allmonths.txt
/feed_*.xml
/rose_*

9
README.md Normal file
View File

@ -0,0 +1,9 @@
Simple website for pywws data
=============================
In 2008, my dad got a WH1080 weather station. Soon after that I found [pywws](https://github.com/jim-easterbrook/pywws)
and set everything up to post the data to [Weather Underground](https://www.wunderground.com/personal-weather-station/dashboard?ID=IBRANDEN17).
I also decided to set up a [simple homepage](http://fks.birth-online.de/) to
play around with pywws' templating and graphing capabilities. This is the code
for that homepage.