Awesome
Elixtagram Phoenix Example
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
.env
file and assignINSTAGRAM_CLIENT_ID
,INSTAGRAM_CLIENT_SECRET
andINSTAGRAM_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 ;)