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

https://github.com/nlight/packfilmapp

Multi-account instagram client
https://github.com/nlight/packfilmapp

Last synced: 9 months ago
JSON representation

Multi-account instagram client

Awesome Lists containing this project

README

          

# Packfilm - all your Instagram accounts on one page

1. Install Elm http://elm-lang.com
2. run `elm package install`
3. run `elm make App.elm --output elm.js`
4. open `index.html`

## Development

1. Install mock server `npm i -g dyson`
2. Run mock server `dyson mock 3333`
3. Run `elm-reactor`
4. Open http://localhost:8000/src/AppDev.elm

## TODO

1. Bundle fonts and a sample image for dev mode
2. Use Foreman