go install go.sbk.wtf/ambient-glance@latest
type ADSBConfig struct {
Tar1090Endpoint string `json:"tar1090_endpoint"`
Lat string `json:"lat"`
Lon string `json:"lon"`
Radius string `json:"radius"`
}
type Config struct {
ADSB ADSBConfig `json:"adsb"`
OBA OBAConfig `json:"oba"`
RSS map[string]string `json:"rss"`
}
type OBAConfig struct {
Key string `json:"key"`
Stops []string `json:"stops"`
RouteAlias map[string]string `json:"route_alias"`
}
| Path | Synopsis |
|---|---|
| apps | |
| cmd/obactl | |
| display | |
| scheduler |
https://github.com/samuelkarp/ambient-glance
git clone
https://github.com/samuelkarp/ambient-glance.git git@github.com:samuelkarp/ambient-glance.git