2.0.0 • Published 6 years ago

zoneminder v2.0.0

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

6 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago