Skip to content

An express api which gives data about instagram posts and users.

Notifications You must be signed in to change notification settings

sahilverma-dev/instagram-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo

Instagram API

An express api which gives data about instagram posts and users.

Installation

Clone this repo, install all packages with npm and start the server.

  git clone https://github.com/theviralboy/instagram-api
  cd instagram-api
  npm i
  npm start

API Reference

Get instagram post

  end_point/post/${postId}
Parameter Type Description
postId string Instagram post id eg:CYa0_SRtUrf

Get instagram user profile

  end_point/user/${username}
Parameter Type Description
username string Instagram username eg:sahilverma.dev

About

An express api which gives data about instagram posts and users.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published