All Projects β†’ longzheng β†’ Mypal Ionic

longzheng / Mypal Ionic

Licence: mit
Mobile app to see Myki account details for iOS & Android

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Mypal Ionic

ionic-modal-custom-transitions
Add Custom Transitions to Ionic Modals.
Stars: ✭ 22 (-69.01%)
Mutual labels:  ionic2
Ion2 Calendar
πŸ“… A date picker components for ionic2 /ionic3 / ionic4
Stars: ✭ 537 (+656.34%)
Mutual labels:  ionic2
Ionic2accordion
This is a simple variant implementation of an accordion within ionic 2
Stars: ✭ 44 (-38.03%)
Mutual labels:  ionic2
ionic2-mask-directive
directive to mask ion-input
Stars: ✭ 24 (-66.2%)
Mutual labels:  ionic2
Ionic2 Calendar
A calendar component based on Ionic framework
Stars: ✭ 338 (+376.06%)
Mutual labels:  ionic2
Bartonic
Quick Bart Schedule, Favorite Routes, Bart Map Ionic App
Stars: ✭ 8 (-88.73%)
Mutual labels:  ionic2
ionic-jpush
基于ionic3 ε’Œ ionic-native3 ηš„ζžε…‰ζŽ¨ι€ε°θ£…
Stars: ✭ 46 (-35.21%)
Mutual labels:  ionic2
Ion Affix
A directive for Ionic framework for creating affix headers.
Stars: ✭ 58 (-18.31%)
Mutual labels:  ionic2
Ionic3 Chat
ionic3 chat example
Stars: ✭ 465 (+554.93%)
Mutual labels:  ionic2
Ionic 3 Google Maps Google Places Geolocation
This repository is part of an ionic tutorial about Maps! In this tutorial we merged Google maps, Geolocation and Google Places. This ionic tutorial includes a working example you can reuse for your needs!
Stars: ✭ 32 (-54.93%)
Mutual labels:  ionic2
Ionic Img Viewer
Ionic 2+ component providing a Twitter inspired experience to visualize pictures.
Stars: ✭ 291 (+309.86%)
Mutual labels:  ionic2
Ionic Audio
An audio player for Ionic 3 and Angular 4. Works with HTML 5 audio or native audio using Cordova Media plugin.
Stars: ✭ 332 (+367.61%)
Mutual labels:  ionic2
Ionic Marketcloud
Ionic 3.x shopping app with Cart, Inventory, Checkout and more
Stars: ✭ 13 (-81.69%)
Mutual labels:  ionic2
ionic-parallax
Parallax Module for Ionic Framework 2+
Stars: ✭ 10 (-85.92%)
Mutual labels:  ionic2
Hybrid
[I don't have time to work on this anymore. Use at your own risk] Build WordPress based PWA, iOS, Android & Windows phones apps in minutes!
Stars: ✭ 1,026 (+1345.07%)
Mutual labels:  ionic2
ng-ionic-connectedanim
Connected Animation (Shared Element Transition) for Ionic Framework.
Stars: ✭ 12 (-83.1%)
Mutual labels:  ionic2
Awesome Ionic
An "awesome" list of Ionic resources
Stars: ✭ 799 (+1025.35%)
Mutual labels:  ionic2
Simple Ionic 3 App
A simple Ionic 3 app with get requests to a local JSON file. It showcases how to set up a simple service and provides some nice components for your own application.
Stars: ✭ 59 (-16.9%)
Mutual labels:  ionic2
Ionic2 Tutorial Pouchdb
Tutorial: How To Use PouchDB + SQLite For Local Storage In Ionic 2
Stars: ✭ 56 (-21.13%)
Mutual labels:  ionic2
Ionic2 Environment Variables
Demonstration on how to easily setup environment variables in Ionic 2
Stars: ✭ 20 (-71.83%)
Mutual labels:  ionic2

mypal-ionic

Mobile app to see Myki account details for iOS & Android

Download links

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.

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
  • Top up with credit card
  • Show retail top up outlets

Build requirements

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

Install npm packages npm install

Restore Cordova plugins ionic cordova prepare

Run on device ionic run android or ionic run ios

Debug in browser ionic serve (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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].