Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/slimandslam/equinixspot
- Owner: slimandslam
- License: apache-2.0
- Created: 2024-07-05T03:53:58.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-30T22:57:15.000Z (6 months ago)
- Last Synced: 2024-10-31T03:42:19.175Z (3 months ago)
- Topics: equinix, equinix-metal, js, multiplatform, multiplatform-app, react, tauri
- Language: JavaScript
- Homepage:
- Size: 3.66 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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