od3n / mypal-ionic

Mobile app to see Myki account details for iOS & Android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mypal-ionic

Mobile app to see Myki account details for iOS & Android

Download links

  • Google Play: coming soon
  • App Store: coming soon

Background

I'm making this app because the Myki site doesn't have a mobile view nor a mobile app, and I wanted to experiment with the Ionic framework to make a hybrid mobile app. This is a spinoff from my abandoned Eastlink app.

Screenshots

Current features

  • Log in to Myki online account with username & password
  • Show current/archived myki cards
  • Shows myki money & myki pass balance
  • Shows card information
  • Shows recent transactions

Planned features

  • Top up with credit card
  • Show top up locations

Build requirements

Must have Cordova and Ionic 2 installed npm install -g cordova ionic

Install npm packages npm install

When debugging with Chrome, security limitations must be disabled since we're accessing a third-party site without CORS headers

OSX from terminal
open -a Google\ Chrome --args --disable-web-security --user-data-dir
  
Windows from cmd
chrome.exe --disable-web-security --user-data-dir

About

Mobile app to see Myki account details for iOS & Android


Languages

Language:TypeScript 57.3%Language:CSS 24.9%Language:HTML 16.8%Language:JavaScript 1.1%