https://github.com/vstirbu/instagramplugin-example
Basic Cordova application that demonstrates the use of InstagramPlugin
https://github.com/vstirbu/instagramplugin-example
Last synced: 4 months ago
JSON representation
Basic Cordova application that demonstrates the use of InstagramPlugin
- Host: GitHub
- URL: https://github.com/vstirbu/instagramplugin-example
- Owner: vstirbu
- License: mit
- Created: 2014-05-13T16:00:24.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-05-16T11:32:11.000Z (over 11 years ago)
- Last Synced: 2025-07-03T11:58:37.338Z (4 months ago)
- Language: CSS
- Size: 156 KB
- Stars: 6
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
This is a very basic Cordova application that uses the [InstagramPlugin](https://github.com/vstirbu/InstagramPlugin.git).
Clone this repo:
```
git clone https://github.com/vstirbu/instagramplugin-example.git
```Switch to the directory where you cloned the repo and create plugins and platforms directories:
```
cd instagramplugin-example
mkdir platforms
mkdir plugins
```Add platforms:
```
cordova platform add ios android
```Add InstagramPlugin:
```
cordova plugin add https://github.com/vstirbu/InstagramPlugin.git
```Prepare your project:
```
cordova prepare
```You are set!