Package Exports
- angular-instafeed
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (angular-instafeed) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Angular Instafeed
Personal Instagram Angular.js Feed
Made by Joe Carlson - 2016
See more at www.callmejoe.net
Basic example usage of factory method to make a request to the instagram api to get a certian amount of images with an Angular.js switchable grid.
Check out a live demo of this plugin here
Reviews
"Oh yes. Absolutely spot on ... works like a charm... The cleanest plugin i've ever worked with - clean, straightforward and works out of box." - tenzopro
Installing
Download and unpack Angular Instafeed. Or alternatively checkout from source:
$ git clone https://github.com/JoeKarlsson1/Angular-Instafeed
$ cd angular-instafeed
Next, inside the project, you need to [register as a Instagram Developer}(https://instagram.com/developer/clients/manage/) to get your Client ID
You will also need to get your user ID go run this program. To get your User ID, go to this site and enter your Instagram user name to get your user ID.
- Note: Your User ID is different than your User Name. Your User ID is a string that looks like
12345678
- Note: Your User ID is different than your User Name. Your User ID is a string that looks like
Once you have these, navigate to
js/instagram/application.js
and configure yourclient_id
and youruser_id
Run the app anyway your usually run your web apps. Or open
index.html
in the browser.
Tech
Instafeed uses a number of open source projects:
- [AngularJS] - HTML enhanced for web apps!
- [Twitter Bootstrap] - great UI boilerplate for modern web apps
- [Gulp] - the streaming build system
##Contributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
See more at www.callmejoe.net