nuimo-client

0.2.0 • Public • Published

nuimo-client.js

Hit the ground runnning

npm install --save nuimo-client

What is this?

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)));

Missing Features

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.

Readme

Keywords

none

Package Sidebar

Install

npm i nuimo-client

Weekly Downloads

0

Version

0.2.0

License

MIT

Last publish

Collaborators

  • akst