From f06eaa8c702780be15aa509f5fa0576ea16591a5 Mon Sep 17 00:00:00 2001 From: Markus Birth Date: Thu, 1 Sep 2016 15:16:49 +0200 Subject: [PATCH] Added .gitignore and README. --- .gitignore | 11 +++++++++++ README.md | 9 +++++++++ 2 files changed, 20 insertions(+) create mode 100644 .gitignore create mode 100644 README.md 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.