Skip to content

launchdarkly/hello-erlang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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">>).