2024-08-19 12:07:15 +02:00
|
|
|
# rwws - RealWeather Web Server
|
2024-08-17 13:26:58 +02:00
|
|
|
|
2024-08-25 13:45:27 +02:00
|
|
|
RealWeather Web Server is a web server that proxies requests to APIs that are used by [RealWeather](/Minecon724/RealWeather)
|
|
|
|
|
|
|
|
Good if you want to share your API key, but don't want to give it away, for example if you pay for it and want to resell \
|
|
|
|
Also reduces load on the services that are "scraped" (only if many users share the same instance) \
|
|
|
|
Or if you want to better firewall your server \
|
|
|
|
Just use it
|
2024-08-17 13:26:58 +02:00
|
|
|
|
2024-08-19 12:07:15 +02:00
|
|
|
### Usage
|
|
|
|
See `RUNNING.md`[^1]
|
2024-08-17 13:26:58 +02:00
|
|
|
|
2024-08-21 18:01:37 +02:00
|
|
|
### Websocket message format
|
|
|
|
See `PROTOCOL.md`
|
|
|
|
|
2024-08-19 12:07:15 +02:00
|
|
|
---
|
2024-08-17 13:26:58 +02:00
|
|
|
|
2024-08-25 13:45:27 +02:00
|
|
|
[^1]: This is the default Quarkus readme that I wish was available online because it's so nice
|