Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

minjun0219/instagram-viewer

Repository files navigation

instagram-viewer-react

Instagram Viewer React App - Demo

Install

$ git clone git://github.com/minjunk/instagram-viewer-react.git
$ npm install

NOTE: Do not forget to set the Instagram INSTAGRAM_CLIENT_IDs and INSTAGRAM_ACCESS_TOKENs. In development env, you can set the env variables by doing

$ cp .env.example .env

and replace the values there. In production env, it is not safe to keep the client id and access token in a file, so you need to set it up via commandline.

INSTAGRAM_CLIENT_ID=INSTAGRAM_CLIENT_ID
INSTAGRAM_ACCESS_TOKEN=INSTAGRAM_ACCESS_TOKEN

then

$ npm start

Or, use yarn

$ yarn install
$ yarn start

License

MIT

About

Instagram Viewer React App

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published