Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 514 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 514 Bytes

A web interface for running Erlang code built using playpen and cowboy.

It is hosted at http://playerl.seriyps.ru/.

JSON

curl -i -d '{"code":"main() -> ok.","release":"17.4","output_format":"beam"}' -H "Content-Type: application/json" http://playerl.seriyps.ru/api/compile

x-www-form-urlencoded

curl -i -d "code=main%28%29%20-%3E%20ok.&release=17.4&output_format=beam" http://playerl.seriyps.ru/api/compile