From 3423152b11baac39ebfa835d96b67f1394efd017 Mon Sep 17 00:00:00 2001 From: Maxime Van Hees Date: Mon, 14 Jul 2025 18:22:45 +0200 Subject: [PATCH] add README.md --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..97ac93e --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +# Hetzner Cloud API - Rhai Wrapper + +This project provides a Rhai wrapper for interacting with the Hetzner Cloud API. + +## Setup + +To use this wrapper, you need to set your Hetzner API Token as an environment variable. + +```bash +export HETZNER_API_TOKEN="YOUR_API_TOKEN_HERE" +``` + +Replace `"YOUR_API_TOKEN_HERE"` with your actual Hetzner API token. + +## Running the Example + +You can run the example Rhai script (`example.rhai`) using `cargo run`: + +```bash +cargo run +``` \ No newline at end of file