LINE

simple HTTP client for LINE Login.

Installation

def deps do
[
{:line, "~> 0.1.0"}
]
end

Configuration

use Mix.Config
config :line,
channel_id: 999999999,
channel_secret: "YOUR CHANNEL SECRET"
redirect_uri: "YOUR REDIRECT URI"

channel_secret: you can use environment variables.

export CHANNEL_SECRET="YOUR CHANNEL SECRET"

License

MIT