Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 487 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 487 Bytes

raid

Air Raid Alerts API (Ukraine)

Production: https://alerts.com.ua/

Stand With Ukraine

Running locally

# Local:
make run API_KEYS=foo,bar,baz
# Docker:
make run-docker
# Set DEBUG env var to true to enable verbose logs.
# Set TRACE env var to true to enable VERY verbose logs.

curl 127.0.0.1:10101/api/states -H 'X-API-Key: foo'