1.2.5 • Published 2 years ago

intelbras-api v1.2.5

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years 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

2 years ago

1.1.0

2 years ago

1.2.5

2 years ago

1.2.4

2 years ago

1.2.3

2 years ago

1.2.2

2 years ago

1.2.1

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago