Skip to content

Spot pricing at Equinix using React and Tauri

License

Notifications You must be signed in to change notification settings

slimandslam/equinixspot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

MacOS