Mylab6 / DCWearOSBus

DCWearOSBus

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DCWearOSBus

Hi all, here's a basic Wear OS app which tries to predict bus times in Washington DC. To get this to work you'll need to setup ether a direct connection to the DC metro API, or setup a API which serves the data to this client. See: https://developer.wmata.com/

If you'd like to set your own server up, feel free to checkout my implimentation in the lambda folder( I used AWS ).

Edit this file to set your API

buildConfigField( "String", "API_BASE_URL", "\"YOURAPIHERE.com\"")

image

About

DCWearOSBus

License:MIT License


Languages

Language:Kotlin 90.4%Language:Python 9.6%