React Instagram Authless Feed

Simple component to render a users Instagram feed from username.

Usage

import Feed from "react-instagram-authless-feed"
...
ReactDOM.render(
  <Feed username="jamespaulmoriarty" />,
  document.getElementById('root')
);

Development

npm start

Test

npm test

Build

npm run build

Deploy

npm run deploy

GitHub

React component to provide a token-less Instagram feed.Read More

Latest commit to the master branch on 5-18-2022
Download as zip