blueintegral / WaitOrWalk

The information you really want when waiting at the bus stop: is it quicker to wait or to walk? Only works for Georgia Tech right now.
9 stars 3 forks source link

Get the Wunderground API key from a config. #25

Closed Tanner closed 11 years ago

Tanner commented 11 years ago

This moves the Wunderground API key from server.py into a separate config.ini using the ConfigParser module.

The server will NOT run until the config.ini exists and the api key has been set (see config.ini.sample for a sample/template).