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
- Host: GitHub
- URL: https://github.com/nlight/packfilmapp
- Owner: nLight
- License: gpl-3.0
- Created: 2016-10-31T20:44:04.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-20T19:26:35.000Z (over 9 years ago)
- Last Synced: 2025-07-11T12:00:54.051Z (12 months ago)
- Language: JavaScript
- Homepage: http://packfilmapp.com
- Size: 160 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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