gshively11 / node-arlo-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node Arlo API

An API library for Node.js that interacts with Netgear's Arlo camera system.

The API is not complete yet and at the moment mainly used for personal purposes only. I will continue completing the API and also adding more documentation and examples.

Some example usage is already shown in node-arlo-cli which can be started as follows:

node node-arlo-cli -u 'ARLO_USERNAME' -p 'ARLO_PASSWORD'

You still will be prompted providing username and password whereas the defaults are those passed.

The example shows how to derive device information, arm or disarm the system. This should provide a basic understand of using the API in general.

About

License:Apache License 2.0


Languages

Language:JavaScript 100.0%