Erlang Hotline client with a web UI.
- erlang: http://www.erlang.org/downloads
- rebar3: https://www.rebar3.org/
- Make a file in apps/hotline/priv/conf/local.conf that looks like this:
{connection_hostname, <<"example.com">>}.
{connection_title, <<"Example">>}.
{connection_name, <<"Nickname">>}.
{connection_username, <<"username">>}.
{connection_password, <<"password">>}.
{connection_icon, 150}.
-
Build with
make compile
-
Run the app with
make start
-
Point a browser at http://localhost:55500/
Wiki on the Hotline protocol: http://hotline.wikia.com/wiki/Hotline_Wiki