Skip to content

EbrahimiPouya/instagram-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published