Florence's bus timetables directly on your wrist. Written in Swift 4.
- Add, remove and reorder your favorite bus stops, while keeping them in sync with your Apple Watch.
- See timetables for the bus stops you've added, both on the Apple Watch and on the device.
- Search local bus stops via code name (e.g. FM1234) or by name.
- Automatic timetable refresh anytime you raise your wrist.
- Never miss a bus again!
This project uses the following third party dependencies:
- Alamofire - Elegant HTTP Networking in Swift
- SwiftyJSON - The better way to deal with JSON data in Swift
- CryptoSwift - A growing collection of standard and secure cryptographic algorithms implemented in Swift
- Make sure Cocoapods is installed. Run the following commands:
$ git clone http://github.com/n3d1117/WristBus
$ cd WristBus/
$ pod install
$ open WristBus.xcworkspace
- Replace
YOUR_TICKET
insideNetwork.swift
with your ticket. - Select a target and run the project!
This app does not make use of any prohibited content. All data is publicly available on temporealeataf.it. I am in no way affiliated with © Ataf Gestioni S.r.l.
Under MIT license. See LICENSE file for further information.