lifeweb-instagram-parser
v0.1.12
Published
Json Decode Instagram post parser with postId
Downloads
3
Readme
lifeweb-instagram-parser
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