lude / infopanel

Information panel web applet for R-Pi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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"

About

Information panel web applet for R-Pi


Languages

Language:Python 100.0%