npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

zoneminder

2.0.0

@davglass

npmHomeRepoSnykSocket
Downloads:16
$ npm install zoneminder
DailyWeeklyMonthlyYearly

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