# sd3-sdk

> SDK for SmartDesk 3

Latest version **0.0.9** (published 2018-03-28) · ISC license · 0 weekly downloads

## Install

```sh
npm install sd3-sdk
pnpm add sd3-sdk
yarn add sd3-sdk
bun add sd3-sdk
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.9 |
| Published | 2018-03-28 |
| First published | 2017-07-26 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 18.2 KB |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Glassy Team |
| Maintainers | glassyteam |
| Keywords | brain, sdk |

## Links

- npm: https://www.npmjs.com/package/sd3-sdk
- Repository: https://github.com/duyhtq/brain-sdk-nodejs
- Homepage: https://github.com/duyhtq/brain-sdk-nodejs#readme
- Issues: https://github.com/duyhtq/brain-sdk-nodejs/issues
- npm.io page: https://npm.io/package/sd3-sdk

## Dependencies (2)

- [uuid](https://npm.io/package/uuid.md) ^3.1.0
- [zeromq](https://npm.io/package/zeromq.md) ^4.5.0

## Recent versions

- 0.0.9 (latest) — 2018-03-28
- 0.0.8 — 2017-07-30
- 0.0.7 — 2017-07-29
- 0.0.6 — 2017-07-27
- 0.0.4 — 2017-07-26

## README

## SDK for Brain
A small library that support method to call brain.

## ## Installation
`npm install @duyhtq/brain-sdk`

## ## Usage
var brain = require('');

## ## - sendSensor
```javascript
var jsonData = {a:1,b:2,c:3};
brain.sendSensor(jsonData);
```

## ## Tests
`npm run test`

---
_Source: https://npm.io/package/sd3-sdk · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
