0.1.11 • Published 3 years ago

lifeweb-instagram-parsers v0.1.11

Weekly downloads
2
License
MIT
Repository
github
Last release
3 years ago

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