/ionic-instagram-demo

Ionic Instagram API Demo App

Primary LanguageJavaScript

Ionic Instagram API Demo App

A simple project demoing the Ionic Framework. Uses Auth0 for login and pulls in the top 20 posts from the Instagram API.

Running this project

If you haven't already, install Ionic, Cordova and Bower:

$ npm install -g ionic cordova bower

Install library dependencies:

$ npm install
$ bower install

To launch the app in your browser:

$ ionic serve

To emulate the app on iOS:

$ ionic emulate ios

To emulate the app on Android:

$ ionic emulate android