react-ig-feed
A React component to display a user's Instagram photos, Using Instagram Basic Display Graph API.
Install
npm install --save react-ig-feed
Usage
import React, { Component } from 'react'
import InstagramFeed from 'react-ig-feed'
import 'react-ig-feed/dist/index.css'
const App = () => { render() {
return <InstagramFeed token="your_access-token" counter="8"/>
}
}
Demo
See it in action here: https://mohammedraji.github.io/react-ig-feed/
Contributing
- Create an issue with your feedback, idea, request etc.
- Fork the repository and contribute with your ideas :)
License
react-ig-feed.js is licensed under the MIT. Feel free to use this component in your products and distribute them. The only thing we ask is that mention react-ig-feed.js
in your product info.