react-instagram-nb

1.0.3 • Public • Published

react-instagram-nb

MIT passing v1.0.7 JavaScript Style Guide

A React component to display a user's Instagram photos Using Instagram Basic Graph API.

Demo

See it in action here: https://navneetbhardwaj.github.io/react-instagram-nb/

Install

npm install --save react-instagram-nb

Usage

import React from 'react'
import InstagramFeed  from 'react-instagram-nb'
import 'react-instagram-nb/dist/index.css'

const App = () => {
  return <InstagramFeed token="your_access_token"  counter="6"/>  
}

export default App

Contributing

  • Create an issue with your feedback, idea, request etc.
  • Fork the repository and contribute with your ideas :)

Support Me

If you like this react component don't forget to stargaze this repository.

License

react-instagram-nb.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-instagram-nb.js in your product info.

Package Sidebar

Install

npm i react-instagram-nb

Weekly Downloads

7

Version

1.0.3

License

MIT

Unpacked Size

3.18 kB

Total Files

2

Last publish

Collaborators

  • navneetbhardwaj