Official shouldiridemybike.com source
This is a google appengine app written in Go ([Go AppEngine SDK](https://devel opers.google.com/appengine/downloads#Google_App_Engine_SDK_for_Go)). It decides for you if you should ride your bike or better stay at home. It is deployed at shouldiridemybike.com.
If you want to fork it or create your own app, these are the steps to get up and running:
- Clone:
git clone https://github.com/maxsz/shouldiridemybike.git
- Develop:
dev_appserver.py shouldiridemybike
- Register your app with google (see appengine website)
- Deploy:
appcfg.py update shouldiridemybike
For forecast.io API access you will need an API key. Once you have it just set API_KEY
it in shouldiridemybike.go
.
- Data powered by forecast.io
- Uses Google Maps API
- Icon based on Bicycle
- Uses Add to Homescreen Javascript