https://github.com/kutyel/elm-catstagram
🌳🐈 Catstagram in Elm!
https://github.com/kutyel/elm-catstagram
cats cats-are-cute catstagram elm elm-architecture elm-lang instagram-api
Last synced: 4 months ago
JSON representation
🌳🐈 Catstagram in Elm!
- Host: GitHub
- URL: https://github.com/kutyel/elm-catstagram
- Owner: kutyel
- License: mit
- Created: 2019-04-30T06:30:35.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-07-13T09:37:40.000Z (over 4 years ago)
- Last Synced: 2025-04-15T23:38:07.181Z (6 months ago)
- Topics: cats, cats-are-cute, catstagram, elm, elm-architecture, elm-lang, instagram-api
- Language: Elm
- Homepage:
- Size: 3.36 MB
- Stars: 12
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# elm-catstagram
Catstagram in Elm! 🌳🐈

## Local Development
```sh
$ npm i && 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
- [ ] Migrate to new API endpoints (thanks Instagram 🤦🏼♂️)
- [ ] Migrate as much CSS as possible to `elm-ui` 💅🏼