user-instagram
Advanced tools
Comparing version 2.0.1 to 2.0.2
{ | ||
"name": "user-instagram", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "Get user data and feed content by scraping Instagram's user page. No OAuth needed.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -14,9 +14,7 @@ # User-Instagram | ||
I tried to make this module user-friendly as much as I could. Just provide a username or a profile link. | ||
> edouard_courty | ||
> https://www.instagram.com/edouard_courty | ||
```js | ||
const getInstaProfile = require("user-instagram"); | ||
const userInstagram = require("user-instagram"); | ||
getInstaProfile("edouard_courty") | ||
userInstagram("edouard_courty") | ||
.then(console.log) | ||
@@ -23,0 +21,0 @@ .catch(console.error); |
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
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
4078
46