/infopanel

Information panel web applet for R-Pi

Primary LanguagePython

Infopanel API

This is a flask based simple informational API.

Dependencies

INI File

Config options for your install

CLIENT_KEY = "consumer key"
CLIENT_SECRET = "consumer secret"
RO_KEY = "access token"
RO_SECRET = "access secret"
# forecast
FORECAST_API_KEY = "forecast.io api key"
FORECAST_LAT = "40.73853"
FORECAST_LONG = "-74.03145"
# twitter
TWITTER_LIST_ID = "86741833"