insta-mini
v1.1.21
Published
A Node.js module to fetch Instagram details (HD dp image link, Name, Followers, Following, Posts).
Downloads
3
Readme
insta-mini
A Node.js module to fetch Instagram details (HD dp image link, Name, Followers, Following, Posts).
Installation
npm install insta-mini --save
Usage
const instagram = require('insta-mini');
instagram.fetch('zayn').then(res=>{console.log(res);});
Response will be an Object containing all the information from the id. All information are output in the example above.
Stack/Library/Module Used
"node-fetch": "^2.6.0"
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