https://github.com/wonism/react-instagram-feed
Component for Instagram feeds
https://github.com/wonism/react-instagram-feed
Last synced: 10 months ago
JSON representation
Component for Instagram feeds
- Host: GitHub
- URL: https://github.com/wonism/react-instagram-feed
- Owner: wonism
- Created: 2018-04-13T13:13:40.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-17T17:23:39.000Z (about 8 years ago)
- Last Synced: 2025-07-01T16:09:21.102Z (11 months ago)
- Language: JavaScript
- Homepage: https://wonism.github.io/open-sources/react-instagram-feed
- Size: 121 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# React Instagram Feed
> Component for Instagram feeds
## Getting Started
```sh
# Installation with package manager
$ npm i -S react react-dom react-instagram-feed
```
## Development
```sh
$ npm run demo
```
- access [localhost:7777](http://localhost:7777)
## Production Bundle
```sh
$ npm run bundle
```
## Properties
| Parameter | Type | Remarks |
|:------------|:---------|:-------------------------------------------------------------|
| className | string | |
| accessToken | string | required |
| count | number | |
| type | string | one of `popular`, `tags`, `location`, `user` |
| param | string | |
| resolution | string | one of `standard`, `low`, `thumbnail` |
| wrapper | function | it has to return react component |
| hasLink | boolean | |
| linkTarget | string | one of `_blank`, `_self` |
| showButton | boolean | |
| buttonText | string | |
| before | function | |
| after | function | |
| forceNext | any | if want to get next feeds, just change this property's value |
Every properties (**except accessToken**) are optional