2019-08-08 10:22:21 +02:00
|
|
|
|
|
|
|
|
2019-08-08 11:03:28 +02:00
|
|
|
## Compile deps
|
|
|
|
|
2019-08-08 10:22:21 +02:00
|
|
|
```
|
|
|
|
apt install libicu-dev
|
2019-08-08 11:03:28 +02:00
|
|
|
```
|
|
|
|
|
|
|
|
## Local Testing
|
|
|
|
|
|
|
|
```
|
|
|
|
curl -X POST \
|
|
|
|
-H "Content-Type: application/json" \
|
|
|
|
-d '{"channel":"main","playername":"somedude","message":"rant about lag!"}' \
|
|
|
|
http://127.0.0.1:8080/api/message
|
2019-08-08 10:22:21 +02:00
|
|
|
```
|