equinixspot Spot pricing for Equinix Metal users using React and Tauri Author: Jason Levitt Initial Release Date: July 8th, 2024 equinixspot demonstrates using the API to get spot pricing After you clone this repo: $ cd equinixspot Install the Javascript packages (this is a typical React step) $ yarn or $ npm install Then, to build and launch the desktop version (tested on MacOS and Windows): $ yarn tauri dev or $ npm run tauri dev You'll need to signin to your Equinix Metal account: https://deploy.equinix.com And create a user API key. You'll add that key to the app by clicking on the gear icon MacOS