Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/slimandslam/equinixspot

Spot pricing at Equinix using React and Tauri
https://github.com/slimandslam/equinixspot

equinix equinix-metal js multiplatform multiplatform-app react tauri

Last synced: about 1 month ago
JSON representation

Spot pricing at Equinix using React and Tauri

Awesome Lists containing this project

README

        

# 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:
```sh
$ cd equinixspot
```
### Install the Javascript packages (this is a typical React step)
```sh
$ yarn
```
#### or
```sh
$ npm install
```

### Then, to build and launch the desktop version (tested on MacOS and Windows):
```sh
$ yarn tauri dev
```
#### or
```sh
$ 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