https://github.com/ciderapp/cider-nzxt
An extremely simple Node.js app using Express 4 to control NZXT Kraken Z/Elite coolers with information from Cider.
https://github.com/ciderapp/cider-nzxt
Last synced: 8 months ago
JSON representation
An extremely simple Node.js app using Express 4 to control NZXT Kraken Z/Elite coolers with information from Cider.
- Host: GitHub
- URL: https://github.com/ciderapp/cider-nzxt
- Owner: ciderapp
- License: gpl-3.0
- Created: 2023-05-20T06:12:50.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-01T20:36:08.000Z (about 3 years ago)
- Last Synced: 2024-04-14T03:01:53.343Z (about 2 years ago)
- Language: Go
- Size: 4.11 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cider-NZXT
An extremely simple Go app using Gin to control NZXT Kraken Z/Elite coolers with information from Cider.
## Installation
Download the latest executable from [Releases](https://github.com/ciderapp/Cider-NZXT/releases/latest)
## Build Instructions
Requires Go, get it from here: https://go.dev/dl/
Download Dependencies:
`go get -u`
Build executable:
`go build -ldflags "-s -w"`