An open API service indexing awesome lists of open source software.

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!

Awesome Lists containing this project

README

          

# elm-catstagram

Catstagram in Elm! 🌳🐈

![catstagram](elm-catstagram.png)

## 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` 💅🏼