1.1.3 • Published 3 years ago

arlo.js v1.1.3

Weekly downloads
-
License
MIT License
Repository
github
Last release
3 years ago

Arlo.js

A library to interact with Arlo systems written in Typescript

License Version Downloads

Library is currently a work in progress. Most of the features are not yet implemented.

Lots of thanks to Arlo.py! I don't have to do nearly as much reverse engineering thanks to them.

const { Client } = require('arlo.js');

const credentials = {
    username: 'Your-Username',
    password: 'Your-Password',
    twoFactorMethod: 'Your-TwoFactorMethod',
};

(async ()=>{
    const arlo = new Client(credentials);
    await arlo.login();

    let profile = await arlo.getProfile();
    console.log(profile);
})();

Installation

Installation is done using the npm install command:

$ npm install arlo.js

Documentation

Documentation will be available on the Github Wiki

Examples

View the examples! Feel free to fork and submit your own!

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago