add README.md
This commit is contained in:
		
							
								
								
									
										21
									
								
								README.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										21
									
								
								README.md
									
									
									
									
									
										Normal file
									
								
							| @@ -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 | ||||
| ``` | ||||
		Reference in New Issue
	
	Block a user