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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.12
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.12
    1
  • 0.1.9
    0
  • 0.1.8
    0

Package Sidebar

Install

npm i lifeweb-instagram-parser

Weekly Downloads

1

Version

0.1.12

License

MIT

Unpacked Size

3.94 kB

Total Files

6

Last publish

Collaborators

  • pebrahimi163
  • lifeweb