zoneminder

2.0.0 • Public • Published

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);

Readme

Keywords

Package Sidebar

Install

npm i zoneminder

Weekly Downloads

1

Version

2.0.0

License

BSD-3-Clause

Unpacked Size

8.51 kB

Total Files

4

Last publish

Collaborators

  • davglass