tpgoffline / tpg-offline-iOS

Abandonned project - iOS and watchOS apps to travel with Geneva Public Transports

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tpg offline logo

Build Status

Presentation

tpg offline is an iOS app that allows you to travel in Geneva by bus and tramay without cellular data. This application is available on the iOS App Store

Running

This project was built in Swift 4, so you will need Xcode 9, and Carthage.

Also, be sure to add somewhere in your code this struct, with your API keys:

struct API {
    static let googleMaps = "" // Put your Google Maps Geocoding API key here
    static let tpg = "" // Put your tpg API key here
}

Localization

You can help by translating the app on Transifex

Author

Rémy Da Costa Faro

License

tpg offline is available under the MIT license. See the LICENCE file for more information.

About

Abandonned project - iOS and watchOS apps to travel with Geneva Public Transports

License:MIT License


Languages

Language:Swift 91.9%Language:HTML 7.8%Language:Ruby 0.2%Language:Shell 0.1%