Skip to content

a8hok/InstaApi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instagram Api using MEAN

Install


Nodejs
MongoDB

Create your account in Instagram to explore Insta Api.

https://www.instagram.com/developer/

Generate your token and client Id through instagram Account

Get your token and replace with server/core/CONSTANT.js file

INSTA_DETAILS.URL = '';
INSTA_DETAILS.ACCESS_TOKEN = '
';
INSTA_DETAILS.CLIENT_ID = '******************************';

Clone repo: https://github.com/ashok-explore/InstaApi.git

npm install
bower install

To launch Application

node server