vue-instagram
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "vue-instagram", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Fetch Instagram feed components based on Vue.", | ||
@@ -21,2 +21,5 @@ "author": "Kevin Ongko", | ||
], | ||
"scripts": { | ||
"lint": "cross-env eslint --ext .js,.vue src" | ||
}, | ||
"homepage": "https://github.com/kevinongko/vue-instagram#readme", | ||
@@ -26,3 +29,14 @@ "license": "MIT", | ||
"jsonp": "^0.2.1" | ||
}, | ||
"devDependencies": { | ||
"cross-env": "^5.0.1", | ||
"eslint": "^4.3.0", | ||
"eslint-plugin-vue": "beta" | ||
}, | ||
"eslintConfig": { | ||
"extends": [ | ||
"eslint:recommended", | ||
"plugin:vue/recommended" | ||
] | ||
} | ||
} |
# vue-instagram | ||
[![npm version](https://badge.fury.io/js/vue-instagram.svg)](https://badge.fury.io/js/vue-instagram) | ||
[![npm](https://img.shields.io/npm/v/vue-instagram.svg)](https://www.npmjs.com/package/vue-instagram) | ||
[![npm](https://img.shields.io/npm/dt/vue-instagram.svg)](https://www.npmjs.com/package/vue-instagram) | ||
[![npm](https://img.shields.io/npm/dm/vue-instagram.svg)](https://www.npmjs.com/package/vue-instagram) | ||
[![npm](https://img.shields.io/npm/l/vue-instagram.svg)](http://opensource.org/licenses/MIT) | ||
Fetch Instagram feed components based on [Vue](https://vuejs.org/). | ||
Fetch Instagram feeds component based on [Vue](https://vuejs.org/). | ||
``Works with Vue 2.*`` | ||
## Demo | ||
[My Instagram's feed](https://kevinongko.github.io/vue-instagram/) | ||
## Installation | ||
@@ -18,3 +25,3 @@ | ||
Style your feeds using [scoped slot] (https://vuejs.org/v2/guide/components.html#Scoped-Slots) | ||
Style your feeds using [scoped slot](https://vuejs.org/v2/guide/components.html#Scoped-Slots) | ||
@@ -34,3 +41,3 @@ ```vue | ||
<script> | ||
import VueInstagram from 'vue-numeric' | ||
import VueInstagram from 'vue-instagram' | ||
@@ -49,31 +56,10 @@ export default { | ||
## Props | ||
```js | ||
/* | ||
* Instagram access token. | ||
*/ | ||
token: { | ||
required: true, | ||
type: String | ||
}, | ||
|Props|Description|Type|Required| | ||
|-----|-----------|----|--------| | ||
|token|Instagram's access token|String|true| | ||
|username|Instagram's username (token's owner)|String|true| | ||
|count|Numbers of feed to fetch|Number|true | ||
/* | ||
* Instagram username. | ||
*/ | ||
username: { | ||
required: true, | ||
type: String | ||
}, | ||
/* | ||
* Numbers of feed. | ||
*/ | ||
count: { | ||
default: 3 | ||
required: false, | ||
type: Number | ||
}, | ||
``` | ||
## License | ||
Vue-Instagram is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT) |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
211071
8
683
3
63