Elixtagram Phoenix Example
October 3, 2015 ยท View on GitHub
Live Demo or 
This is a simple example demoing Instagram login and API usage with Phoenix and the Elixtagram library
Try it Out
Locally:
- Create a
.envfile and assignINSTAGRAM_CLIENT_ID,INSTAGRAM_CLIENT_SECRETandINSTAGRAM_REDIRECT_URI=http://localhost:4000/callback. - Run these commands
mix deps.get
mix.phoenix.server
Now you can visit localhost:4000 from your browser.
On Heroku:
Click the button at the top of the page ;)