Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.12 KB

README.md

File metadata and controls

25 lines (18 loc) · 1.12 KB

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.

Usage

If you want to fork it or create your own app, these are the steps to get up and running:

  1. Clone: git clone https://github.com/maxsz/shouldiridemybike.git
  2. Develop: dev_appserver.py shouldiridemybike
  3. Register your app with google (see appengine website)
  4. 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.

Acknowledgements