0.7.6 • Published 5 years ago

sentenai v0.7.6

Weekly downloads
11
License
BSD-3-Clause
Repository
github
Last release
5 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

5 years ago

0.7.5

5 years ago

0.7.4

5 years ago

0.7.3

5 years ago

0.7.2

5 years ago

0.7.1

5 years ago

0.7.0

5 years ago

0.6.0

5 years ago

0.5.0

5 years ago

0.4.3

5 years ago

0.4.2

5 years ago

0.4.1

5 years ago

0.4.0

6 years ago

0.3.1

6 years ago

0.3.0

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.0

6 years ago

0.0.30

6 years ago

0.0.29

6 years ago

0.0.28

6 years ago

0.0.27

6 years ago

0.0.26

6 years ago

0.0.25

6 years ago

0.0.24

6 years ago

0.0.23

6 years ago

0.0.22

6 years ago

0.0.21

6 years ago

0.0.20

6 years ago

0.0.19

6 years ago

0.0.18

6 years ago

0.0.17

6 years ago

0.0.16

6 years ago

0.0.15

6 years ago

0.0.14

6 years ago

0.0.13

6 years ago

0.0.12

6 years ago

0.0.11

6 years ago

0.0.10

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago