react-instagram-streamer
v1.0.7
Published
This will help to stream instagram photos in your laptops on special occasions. Developed as a react package.
Downloads
27
Maintainers
Readme
React Instagram Streamer
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.
Action
Installation
You can install using npm or yarn
npm install react-instagram-streamer
Using yarn
yarn add react-instagram-streamer
Usage
Importing and using instagram streamer
import {InstagramStreamer} from 'react-instagram-streamer';
<InstagramStreamer accessToken=" {Your Access Token Here} " />
Props
accessToken
- to pass the instagram access token.nos
- it controls, number of the images to be displayed. Accepts Numerics.
Preview
License
Released under MIT by @yokesharun.