1.1.21 • Published 4 years ago

insta-mini v1.1.21

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

insta-mini

A Node.js module to fetch Instagram details (HD dp image link, Name, Followers, Following, Posts). Github stars

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

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D
1.1.21

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.41

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago