Avgånär is a Garmin watch widget displaying (public transport) nearby stops and departures within Stockholm (SL) in Sweden.
Get it on the Connect IQ Store.
- View nearby stops
- Save favorite stops and view anywhere
- View departures
- Sectioned and color coded by transport mode and group
- See deviations and their importance level
- Limit memory consumption by tuning settings
Avgånär uses APIs provided by Trafiklab:
- ResRobot 2.1 Nearby Stops
- SL Transport 1
SL Nearby Stops 2SL Departures 4
Place your API keys somewhere gitignored, such as ServiceSecrets.mc
:
const API_KEY_STOPS = "<KEY>";
const API_KEY_DEPARTURES = "<KEY>";
I develop on develop
and build on main
using Prettier Monkey C.
You are more than welcome to make a fork and adapt the project to your own country's public transport.