Skip to content

Flask Application - displays useful nearby data by calling multiple APIs

Notifications You must be signed in to change notification settings

dan-mcm/HomeServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Flask Application - displays useful nearby data by calling multiple APIs

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published