angular-instafeed
Advanced tools
Comparing version 1.8.1 to 1.8.2
{ | ||
"name": "angular-instafeed", | ||
"version": "1.8.1", | ||
"version": "1.8.2", | ||
"description": "Grid that displays your most recent Instagram photos.", | ||
@@ -5,0 +5,0 @@ "main": "public/js/instafeed.js", |
# Angular Instafeed | ||
## Personal Instagram Angular.js Feed | ||
@@ -26,11 +27,13 @@ | ||
* Download and unpack [Angular Instafeed](https://github.com/JoeKarlsson/Angular-Instafeed). Or alternatively checkout from source: | ||
* In your project directory | ||
```bash | ||
$ git clone https://github.com/JoeKarlsson/Angular-Instafeed | ||
$ npm i angular-instafeed --save | ||
``` | ||
```bash | ||
$ cd angular-instafeed | ||
* In the HTML file you want to add Instafeed, you will need to add a div with the ID "instafeed". | ||
``` | ||
<div id="instafeed"></div> | ||
``` | ||
@@ -37,0 +40,0 @@ * Next, inside the project, you need to [register as a Instagram Developer](https://instagram.com/developer/clients/manage/) to get your Client ID |
97
59487