Zensavona / instagram-phoenix-example

Example Phoenix application using Instagram via Elixtagram

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Elixtagram Phoenix Example

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 ;)

About

Example Phoenix application using Instagram via Elixtagram


Languages

Language:Elixir 81.7%Language:JavaScript 18.3%