0.7.6 • Published 4 years ago

sentenai v0.7.6

Weekly downloads
11
License
BSD-3-Clause
Repository
github
Last release
4 years ago

js-sentenai

Standalone JavaScript client for Sentenai

Build Status npm version

This library is still unstable. Install an exact version to avoid breaking changes.

$ npm install --save --save-exact sentenai

usage

const Sentenai = require('sentenai');
const sentenai = new Sentenai.Client({ auth_key: '' });

const pattern = await sentenai.savePattern('my-stream-id when temp > 82.3');
const spans = await pattern.search();

View our docs to learn more.

development

All testing is currently handled by jest.

$ npm install
$ npm test

To automatically run jest as you update code:

$ npm test -- --watch

To evaluate current testing coverage:

$ npm test -- --coverage

# generate html report in coverage/
$ npm test -- --coverage --coverageReporters "html"
$ open coverage/index.html
0.7.6

4 years ago

0.7.5

4 years ago

0.7.4

4 years ago

0.7.3

4 years ago

0.7.2

4 years ago

0.7.1

4 years ago

0.7.0

4 years ago

0.6.0

4 years ago

0.5.0

4 years ago

0.4.3

4 years ago

0.4.2

4 years ago

0.4.1

4 years ago

0.4.0

5 years ago

0.3.1

5 years ago

0.3.0

5 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.0

5 years ago

0.0.30

5 years ago

0.0.29

5 years ago

0.0.28

5 years ago

0.0.27

5 years ago

0.0.26

5 years ago

0.0.25

5 years ago

0.0.24

5 years ago

0.0.23

5 years ago

0.0.22

5 years ago

0.0.21

5 years ago

0.0.20

5 years ago

0.0.19

5 years ago

0.0.18

5 years ago

0.0.17

5 years ago

0.0.16

5 years ago

0.0.15

5 years ago

0.0.14

5 years ago

0.0.13

5 years ago

0.0.12

5 years ago

0.0.11

5 years ago

0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago