muki

0.1.1 • Public • Published

muki.js

Muki.js is a JavaScript module for sending data to the Paulig Muki. The API for the Muki is pretty locked down, libraries are provided only for Android and iOS, and source files are not available. This project aims to open up the Muki a bit more, and give way for some new and interesting projects!

Getting started

npm install --save muki
var muki = require('muki')
 
muki.getDeviceName('0001234', function(err, deviceId) {
  muki.convertImage('./image.png', function(err, buffer) {
    muki.sendBuffer(deviceId, buffer, function(err) {
      console.log('Finished sending data!')
    })
  })
})

For more info about the protocol, see akx/Paulig-Muki.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.1
    3
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.1
    3
  • 0.1.0
    2
  • 0.0.1
    2

Package Sidebar

Install

npm i muki

Weekly Downloads

4

Version

0.1.1

License

MIT

Last publish

Collaborators

  • sprusr