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: over 1 year 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 (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-12-11T07:27:26.000Z (over 6 years ago)
- Last Synced: 2025-03-27T23:41:59.258Z (over 1 year ago)
- Topics: cats, cats-are-cute, catstagram, instagram-api, reason, reason-react, reasonml
- Language: Reason
- Homepage:
- Size: 2.63 MB
- Stars: 33
- Watchers: 3
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-reasonml - Reason Catstagram - A Catstagram built with Reason and React hooks! (Reason / Example Apps)
README
# reason-catstagram
My very first ReasonReact app, of course, about cats! 🐈

## 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