# tilt-hydrometer

> Nodejs Command Line Utility to read Tilt Hydrometer

Latest version **1.0.2** (published 2018-02-23) · MIT license · 0 weekly downloads

## Install

```sh
npm install tilt-hydrometer
pnpm add tilt-hydrometer
yarn add tilt-hydrometer
bun add tilt-hydrometer
```

Provides the command `tilt-hydrometer`.

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.2 |
| Published | 2018-02-23 |
| First published | 2018-02-23 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 3 |
| Unpacked size | 3.9 KB |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 2 |
| Author | Maria Hernandez |
| Maintainers | mariacarlinahernandez |
| Keywords | tilt, brew, beer, hydrometer, fermentation, iot |

## Links

- npm: https://www.npmjs.com/package/tilt-hydrometer
- Repository: https://github.com/mariacarlinahernandez/tilt-hydrometer
- Homepage: https://github.com/mariacarlinahernandez/tilt-hydrometer#readme
- Issues: https://github.com/mariacarlinahernandez/tilt-hydrometer/issues
- npm.io page: https://npm.io/package/tilt-hydrometer

## Dependencies (3)

- [bleacon](https://npm.io/package/bleacon.md) ^0.4.0
- [request](https://npm.io/package/request.md) ^2.83.0
- [commander](https://npm.io/package/commander.md) ^2.14.1

## Recent versions

- 1.0.2 (latest) — 2018-02-23
- 1.0.1 — 2018-02-23
- 1.0.0 — 2018-02-23

## README

# tilt-hydrometer
Node.js utility to read a Tilt Hydrometer

To run, you need Nodejs and Bluetooth 4.0

install using npm
```
$ npm install -g tilt-hydrometer
```

You should see something like this when you run it:

```
$ tilt-hydrometer

{ uuid: { value: 'Blue-a495bb60c5b14b44b5121370f02d74de' },
  temperature: { value: 75, timestamp: 1519423260776 },
  gravity: { value: 0.998, timestamp: 1519423260776 },
  rssi: { value: -90, timestamp: 1519423260776 } }

```

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