A hybrid mobile app powered by the Ionic Framework. Utilizes the hitraffic API to provide traffic incident reports.
- Install Cordova by running
(sudo) npm install -g cordova
(try the command first without thesudo
) - Install Ionic by running
(sudo) npm install -g ionic
- Install the iOS Simulator command-line tool by running
(sudo) npm install -g ios-sim
- Fork and clone this repo
- Navigate to this project's root directory
- Run
npm install
- Run
bower install
ionic serve
ionic platform add ios
ionic build ios
ionic emulate ios