npm install --save nuimo-client
A simple client library for communicating with the senic nuimo, via the BLE (Bluetooth Low Energy) API (read more here).
import withNuimo from "nuimo-client";
// log updates
withNuimo().then(nuimo =>
nuimo.listen(data =>
console.log(data)));
Due to the partially undocumated nature of the BLE API only a subset of functionality has been implemented thus far, which is mostly the fly gesuture.