Catstagram in Elm! ๐ณ๐
$ npm i && npm start
You need to get your own Instagram API_TOKEN and add a .env
file:
# .env
API_TOKEN=xxxxxxxxxx.xxxxxxx.xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
- Migrate to new API endpoints (thanks Instagram ๐คฆ๐ผโโ๏ธ)
- Migrate as much CSS as possible to
elm-ui
๐ ๐ผ