lifeweb-instagram-parser

0.1.12 • Public • Published

lifeweb-instagram-parser

NPM version NPM downloads NPM downloads MIT License

Json Decode Instagram post parser with postId

Install

npm install lifeweb-instagram-parser

Usage

 
//  InstagramParser( post_id:string , callback=()=>{})
 
// React
import InstagramParser from 'lifeweb-instagram-parser' 
...
    InstagramParser('CH2mn1_BHQ6' , (data)=>{
        console.log(data)
    })
...

License

MIT

Author

Pouya Ebrahimi Kazaj

Package Sidebar

Install

npm i lifeweb-instagram-parser

Weekly Downloads

4

Version

0.1.12

License

MIT

Unpacked Size

3.94 kB

Total Files

6

Last publish

Collaborators

  • pebrahimi163
  • lifeweb