Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 254 Bytes

File metadata and controls

20 lines (14 loc) · 254 Bytes

hello_erlang

LaunchDarkly Erlang SDK example application.

Build

rebar3 compile

Run

export LD_SDK_KEY=YOUR_SDK_KEY
rebar3 shell
hello_erlang_server:get(<<"FLAG_KEY">>, "FALLBACK_VALUE", <<"USER_KEY">>).