Skip to content

felwal/avganar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Avgånär: Stockholm departures

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.

Features

  • 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

Preview

APIs

Avgånär uses APIs provided by Trafiklab:

Develop

Place your API keys somewhere gitignored, such as ServiceSecrets.mc:

const API_KEY_STOPS = "<KEY>";
const API_KEY_DEPARTURES = "<KEY>";

Build

I develop on develop and build on main using Prettier Monkey C.

Fork

You are more than welcome to make a fork and adapt the project to your own country's public transport.