Cli for the rpi-radio-alarm written in Nim.
- build the executable, a nimble task is prepared
nimble build_all
- create a
JSON
file containing the following:The{ "host":"HOSTNAME_URL", "header":"HEADER", "key":"KEY_FOR_THE_HEADER" }
host
entry should point to the root of the rpi-radio-alarm api. Theheader
andkey
values are used to create a custom header for every response. - run the executable for your OS