https://github.com/netbeast/netatmo
:movie_camera: Netbeast plugin to control netatmo cameras
https://github.com/netbeast/netatmo
iot netatmo netbeast
Last synced: 8 months ago
JSON representation
:movie_camera: Netbeast plugin to control netatmo cameras
- Host: GitHub
- URL: https://github.com/netbeast/netatmo
- Owner: netbeast
- License: apache-2.0
- Created: 2016-04-04T09:35:28.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-05T11:25:03.000Z (almost 10 years ago)
- Last Synced: 2025-07-12T09:39:09.444Z (11 months ago)
- Topics: iot, netatmo, netbeast
- Language: JavaScript
- Size: 3.73 MB
- Stars: 5
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# base64-arraybuffer
[](https://travis-ci.org/niklasvh/base64-arraybuffer)
Encode/decode base64 data into ArrayBuffers
## Getting Started
Install the module with: `npm install base64-arraybuffer`
## API
The library encodes and decodes base64 to and from ArrayBuffers
- __encode(buffer)__ - Encodes `ArrayBuffer` into base64 string
- __decode(str)__ - Decodes base64 string to `ArrayBuffer`
## Release History
- 0.1.2 - Fix old format of typed arrays
- 0.1.0 - Initial version, basic decode/encode base64 to and from ArrayBuffer
## License
Copyright (c) 2012 Niklas von Hertzen
Licensed under the MIT license.