Socket
Socket
Sign inDemoInstall

react-ig-feed

Package Overview
Dependencies
6
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    react-ig-feed

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


Version published
Weekly downloads
506
increased by90.23%
Maintainers
1
Install size
26.2 kB
Created
Weekly downloads
 

Readme

Source

react-ig-feed

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://mohammedraji.github.io/react-ig-feed/

Install

npm install --save react-ig-feed

Usage


import React from 'react'
import InstagramFeed  from 'react-ig-feed'
import 'react-ig-feed/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-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.

FAQs

Last updated on 15 Jun 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc