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
- Host: GitHub
- URL: https://github.com/fixate/angular-instagram
- Owner: fixate
- Created: 2015-03-13T11:26:05.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-13T13:30:40.000Z (almost 11 years ago)
- Last Synced: 2025-02-04T09:05:17.581Z (11 months ago)
- Language: CoffeeScript
- Homepage: https://fixate.github.io/angular-instagram/demo
- Size: 156 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/