diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3a462a5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +/_backups/ +12months.txt +/20*.png +/20*.svg +/24hrs.* +/28days.* +/6hrs.txt +/7days.* +/allmonths.txt +/feed_*.xml +/rose_* diff --git a/README.md b/README.md new file mode 100644 index 0000000..2734e93 --- /dev/null +++ b/README.md @@ -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.