1.2.5 • Published 6 months ago

intelbras-api v1.2.5

Weekly downloads
-
License
ISC
Repository
github
Last release
6 months ago

IntelbrasApi is a package created for communication with Intelbras DVRs API. It makes easier the api rest connection and parses incoming data (which is a string stream, mostly) to an usable format.

Quickstart:

   const cam = new Camera('1.2.3.4', 'username', 'password')
   
   for await (const snapshot of cam.receiveSnaphosts()) {
       fs.writeFile('snapshotImage.jpeg', snapshot.image)
   }
1.2.0

7 months ago

1.1.0

7 months ago

1.2.5

6 months ago

1.2.4

6 months ago

1.2.3

6 months ago

1.2.2

6 months ago

1.2.1

7 months ago

1.0.5

7 months ago

1.0.4

7 months ago

1.0.3

7 months ago

1.0.2

7 months ago

1.0.1

7 months ago

1.0.0

7 months ago