Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 712 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 712 Bytes

Home Server Application

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.

Screenshot

Hovered elements appear non-transparent (in this case the bus times were hovered)

Application

Features/APIs Used

  • 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)

To run locally

export FLASK_APP=flaskapp.py (windows: set FLASK_APP=flaskapp.py)
flask run