Skip to content

Display time left to SL departures for a bus stop, in realtime, using your HomeKit Lights 🌈

Notifications You must be signed in to change notification settings

jberglinds/realtidsinfo

Repository files navigation

realtidsinfo

I have a bus stop right outside my door. I also happen to have colored HomeKit lights. When catching the bus, I hate to get out there too early, just to find the bus being late.
This is a native iPad app for displaying real time departure information for SL bus stops - using HomeKit lights.

Written in Objective-C.

Realtidsinfo GIF Lights GIF
Adding Stops Configuring Lights

Getting Started

Prerequisites

This project uses Cocoapods for dependency management. Dependencies are declared in the Podfile.

# Installing Cocoapods for Xcode 8 + 9
$ sudo gem install cocoapods

Installing

# Clone the repo
$ git clone https://github.com/jberglinds/realtidsinfo.git

$ cd realtidsinfo

# Install dependencies with Cocoapods
$ pod repo update
$ pod install

# Open the workspace in Xcode (Not .xcodeproj/ !)
$ open Realtidsinfo.xcworkspace/

Trafiklab

The app gets its data from the Trafiklab APIs. In order for this to work, you need to set up your own Trafiklab account and populate the Realtidsinfo/API-keys.plist file with your own API keys. The app currently uses the following Trafiklab APIs:

Built With

About

Display time left to SL departures for a bus stop, in realtime, using your HomeKit Lights 🌈

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published