Skip to content
This repository has been archived by the owner on Aug 13, 2024. It is now read-only.

Latest commit

 

History

History
40 lines (27 loc) · 684 Bytes

README.md

File metadata and controls

40 lines (27 loc) · 684 Bytes

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