2.0.0 • Published 4 years ago

zoneminder v2.0.0

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

ZoneMinder API Client

This is a work in progress, I copy this into all of my home projects so I'm sharing it here while I finish it off.

Needs write and tests..

usage

const ZoneMinder = require('zoneminder');
const zm = new ZoneMinder({
    user: 'foo',
    password: 'bar',
    host: 'https://domain.com/zm/'
});

zm.monitors(e, json);
zm.cameras(e, json);
2.0.0

4 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago