Made by Joe Carlson - 2016
See more at www.callmejoe.net
###Update This project has been converted into an NPM package Check it out here.
Check out a live demo of this plugin here
-
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 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
src/app/instaConfig.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.
Note: If you are insterested in installing this via NPM, I got cha covered. Check it out here.
##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
This project was generated with angular-cli version 1.0.0-beta.10.
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run ng generate component component-name
to generate a new component. You can also use ng generate directive/pipe/service/route/class
.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use the -prod
flag for a production build.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via Protractor.
Before running the tests make sure you are serving the app via ng serve
.
Run ng github-pages:deploy
to deploy to Github Pages.
To get more help on the angular-cli
use ng --help
or go check out the Angular-CLI README.