An open API service indexing awesome lists of open source software.

https://github.com/rodionlim/sg-bus-timings

This web application interacts with LTA API to display bus arrival timings, allowing users to customize and create their own views.
https://github.com/rodionlim/sg-bus-timings

bus-arrival-timings flask-application lta-api python

Last synced: 2 months ago
JSON representation

This web application interacts with LTA API to display bus arrival timings, allowing users to customize and create their own views.

Awesome Lists containing this project

README

          

# SG Bus Web App

This web application allows for users to query the LTA API to obtain bus arrival timings in Singapore. Users are able to create user-specific views (Multiple number of buses/bus stops per view) and refresh the timings respectively. This is implemented through a database (mySQL) which persists the views a user intends to save and hosted via Flask framework with Python 3.6.

The application is currently hosted [here](https://rodionlim.pythonanywhere.com)