A Flask application that displays useful data on nearby services based on multiple API calls.
Initially setup as a project running on my home network from the Raspberry Pi.
Hovered elements appear non-transparent (in this case the bus times were hovered)
- Nearby Bus Data (Dublin Bus API)
- Nearby Bike Data (Dublin Bikes API)
- Google Maps (Google Maps API)
- Google Calendar (Google Calendar API)
- GiantBomb Facebook Feed (Facebook API)
- Current Weather (Open Weather Map API)
export FLASK_APP=flaskapp.py (windows: set FLASK_APP=flaskapp.py)
flask run