Skip to content

iOS & WatchOS app using Swift 4, Alamofire, SwiftyJSON, Firebase, PopupDialog and EMTLoadingIndicator frameworks and SNCF API.

Notifications You must be signed in to change notification settings

AxelJoly/Feignapp

Repository files navigation

Feignapp

Introduction

This app is simply a little project made for my daily usage.

UPDATE v1.1: You can now define your stations in the settings page, it will synchronize automatically on your Apple Watch App.

Screenshots

Apple Watch App

iPhone App

Installation

pod install inside your root folder to install CocoaPods frameworks

If you want to log with Firebase, I let you refer to this link how to configure Firebase with iOS: https://firebase.google.com/docs/ios/setup

Create a "env" folder.

Create and add Environment.swift in env folder.

Finally, you should implement Environment.swift class like that:


class Environment: NSObject {

var SNCF_TOKEN = "YourToken"
var PHONE_NUMBER = "YourPhoneNumber"

}

You can simply get your token on this url: https://www.digital.sncf.com/startup/api

Requirements

  • WatchOS 4.0+
  • iOS 11.0+

Built With

Authors

  • Joly Axel - Computer science student at ISEN Toulon - Github

About

iOS & WatchOS app using Swift 4, Alamofire, SwiftyJSON, Firebase, PopupDialog and EMTLoadingIndicator frameworks and SNCF API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published