dougludlow / ionic-instagram-demo

Ionic Instagram API Demo App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Ionic Instagram API Demo App


Languages

Language:JavaScript 72.7%Language:HTML 21.2%Language:CSS 6.0%