1.1.21 • Published 5 years ago
insta-mini v1.1.21
insta-mini
A Node.js module to fetch Instagram details (HD dp image link, Name, Followers, Following, Posts).
Installation
npm install insta-mini --saveUsage
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