This package will help you to display your instagram photos in a grid view and it will allow you to manupulate the view using props. The photos displayed on the grid will dynamically change with cool visuals. Its ready to use and easy to integrate on your react project. you can use in your website footer to show the company's instagram photos dynamically.
You can install using npm or yarn
npm install react-instagram-streamer
Using yarn
yarn add react-instagram-streamer
Importing and using instagram streamer
import {InstagramStreamer} from 'react-instagram-streamer';
<InstagramStreamer accessToken=" {Your Access Token Here} " />
accessToken
- to pass the instagram access token.nos
- it controls, number of the images to be displayed. Accepts Numerics.
Released under MIT by @yokesharun.