An open API service indexing awesome lists of open source software.

https://github.com/fixate/angular-instagram

Easily get instagram images from an account
https://github.com/fixate/angular-instagram

Last synced: 11 months ago
JSON representation

Easily get instagram images from an account

Awesome Lists containing this project

README

          

# Angular Instagram

Easily get instagram images using a client ID and user ID.

[demo](http://fixate.github.io/angular-instagram/demo)

## Installation

```shell
$ bower install angular-instagram
```

## Setup

Add the `fxInstagram` module as a dependency for your app:

```javascript
angular.module('myApp', ['fxInstagram']);
```

Loop over the results:

```html




```

### Parameters

Only a `client-id` is required for the request's params, the others are optional:

```html


...

```

## Getting Instagram Deets

[User ID](http://jelled.com/instagram/lookup-user-id#)
[Client ID](https://instagram.com/developer/)

## License

MIT: http://fixate.mit-license.org/