instagram-profile-get

1.0.3 • Public • Published

Instagram profile get

Get image data from a public Instagram profile

Install

npm i instagram-profile-get

Example usage

var instagramProfileGet = require('instagram-profile-get');
 
(async () => {
    try {
        const result = await instagramProfileGet('crossfitcornwall');
        console.log(result);
    } catch(err) {
        console.log(err);
    }
})();

Package Sidebar

Install

npm i instagram-profile-get

Weekly Downloads

0

Version

1.0.3

License

ISC

Unpacked Size

2.37 kB

Total Files

3

Last publish

Collaborators

  • braydengirard