This repository contains the code for each of the application that were built during the Building Hybrid Mobile Applications with the Ionic Framework video.
npm install -g ionic
git clone https://github.com/chrisgriffith/O-Reilly-Ionic-Video.git
cd todo
ionic platform add ios
ionic platforn add android
ionic plugin add cordova-plugin-dialogs
ionic serve
[Note] You will need to use your Firebase server
npm install -g ionic
git clone https://github.com/chrisgriffith/O-Reilly-Ionic-Video.git
cd weather
ionic platform add ios
ionic platforn add android
ionic plugin add cordova-plugin-geolocation
ionic serve
[Note] You will need to use your Forecast.io api key
npm install -g ionic
git clone https://github.com/chrisgriffith/O-Reilly-Ionic-Video.git
cd parks
ionic platform add ios
ionic platforn add android
ionic plugin add Cordova-plugin-dialogs
ionic serve