tmayrand / pvta-multiplatform

Transit realtime app for mobile devices

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PVTrAck

The official app of the Pioneer Valley Transit Authority (PVTA)!

Current release available at m.pvta.com, the Play Store, and the App Store.

Build Status Maintainability Issue Count

The app is a hybrid that uses Ionic 2+.

All data is live, and comes from endpoints documented here.

To begin developing, follow these steps:

Prerequisites

  • Node.js 6+ and NPM 3+

  • Ionic and Cordova CLIs: npm install -g cordova@^7.0.1 ionic@^3.7.0

    Note the explicit versions. Using versions other than the ones specified can cause local problems and Travis failures.

  • To develop and test on Android, you need the prerequisites for the [Cordova Android platform][cordova-android] installed. You must also create an Android Virtual Device.

  • To develop and test on iOS, you need the prerequisites for the Cordova iOS platform installed.

Setup

  1. Clone repository, cd into it.
  2. Run npm install

Developing

The app's source code is in the src directory, and consists of Typescript, HTML, and SCSS. Start editing away!

  • Viewing the results of your changes is easy:

    Just run ionic serve -c from the root directory. Ionic will open your default browser and navigate to itself for you.

  • We encourage PRs! Add unit tests for your code and run npm test before opening one, please!

Testing On Devices

The project has been configured to be an Android and iOS project. You have 3 options for testing the native app:

  1. ionic cordova build [ios OR android] generates necessary files (.apk or .app) to run on a device, but does nothing more.

  2. ionic cordova emulate [ios OR android] builds the app, opens an emulator, and starts the app for you.

  3. ionic cordova run [ios OR android] builds the app and installs it on your USB-connected phone (and opens an emulator if no phone is connected). For iPhones, this only works on iOS >= 10, and requires special configuration (see ionic's docs).

Archived

This project was started years ago to learn about mobile development and JavaScript frameworks, and to provide PVTA's passengers with a mobile app to retrieve realtime information. Since then, PVTA's vendor has released two major revisions, overhauling and significantly improving its realtime mobile app, and PVTA’s information has also started appearing in TransitApp.

About

Transit realtime app for mobile devices

License:Other


Languages

Language:TypeScript 70.3%Language:HTML 21.3%Language:Ruby 3.3%Language:CSS 2.8%Language:JavaScript 2.3%