insta-react-feed
v1.0.12
Published
Instagram feed package for react applications
Downloads
6
Readme
insta-react-feed
Instagram feed package for react applications
install
npm i insta-react-feed
usage
- import module
import {InstaFeed} from "insta-react-feed";
- put component in your code:
<InstaFeed
token="TOKEN"
tag="TAG"
/>
TAG explaination:
put a word that you want to filter from the result, for exmaple "#travel" or "#food"
than make sure you put that word in the caption of the relevant images.