chaospott-status/README.md

35 lines
880 B
Markdown
Raw Permalink Normal View History

2024-05-21 21:54:07 +00:00
# Chaospott Status
Because we RiiR, we have ported our space status API to Rust.
Thanks a lot to [axum the web app framework](https://github.com/tokio-rs/axum)
and the [spaceapi crate](https://crates.io/crates/spaceapi), the initial work
was a matter of a rainy evening. 🌧️🧑‍💻
The original code was written in PHP 🐘 by bandie.
## Development
Check out the [tutorial](https://www.youtube.com/watch?v=Vhh_GeBPOhs).
To start the app, just `cargo run --release` as usual.
Find scripts for testing in [`scripts/`](scripts/).
## Build / Deploy
While building the Docker Container, the sources will be cloned from this repository.
Set the environment variables to set the update secrets.
```shell
export consumer_key=foo
export consumer_secret=bar
docker compose up
```
2024-05-21 21:54:07 +00:00
## Need help?
Ask chfkch, starblue, m0veax, CyReVolt or your favourite Rustacean. 🦀