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

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.

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"`