Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-ig-feed

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

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 Display Graph API.

  • 1.0.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
259
decreased by-3%
Maintainers
1
Weekly downloads
 
Created
Source

react-ig-feed

MIT passing v1.0.1

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.

Keywords

FAQs

Package last updated on 25 Jan 2021

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc