Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kutyel/reason-catstagram
🐈 Catstagram made with ReasonReact!
https://github.com/kutyel/reason-catstagram
cats cats-are-cute catstagram instagram-api reason reason-react reasonml
Last synced: 37 minutes ago
JSON representation
🐈 Catstagram made with ReasonReact!
- Host: GitHub
- URL: https://github.com/kutyel/reason-catstagram
- Owner: kutyel
- License: mit
- Created: 2017-10-04T11:34:36.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-12-11T07:27:26.000Z (about 5 years ago)
- Last Synced: 2024-12-07T00:45:27.594Z (about 2 months ago)
- Topics: cats, cats-are-cute, catstagram, instagram-api, reason, reason-react, reasonml
- Language: Reason
- Homepage:
- Size: 2.63 MB
- Stars: 33
- Watchers: 4
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# reason-catstagram
My very first ReasonReact app, of course, about cats! 🐈
![catstagram](catstagram.png)
## DevTools (vscode)
- Remove all prior reason plugins
- Install the official [**reason-vscode**](https://marketplace.visualstudio.com/items?itemName=jaredly.reason-vscode) extension!## Install
```sh
$ npm i
```## Development
```sh
$ npm start
```## Usage
You need to get your own Instagram API_TOKEN and add a `.env` file:
```sh
# .env
API_TOKEN=xxxxxxxxxx.xxxxxxx.xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
```### TODO
- [x] Add comments
- [x] Delete comments
- [x] Optimize calls to API
- [x] Fix # of comments
- [ ] Replace text with #`Hashtag`s