Home

Awesome

Elixtagram Phoenix Example

Live Demo or Deploy

This is a simple example demoing Instagram login and API usage with Phoenix and the Elixtagram library

Try it Out

Locally:

  1. Create a .env file and assign INSTAGRAM_CLIENT_ID, INSTAGRAM_CLIENT_SECRET and INSTAGRAM_REDIRECT_URI=http://localhost:4000/callback.
  2. 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 ;)