0.1.0 • Published 9 years ago

lucy-osc v0.1.0

Weekly downloads
4
License
MIT
Repository
github
Last release
9 years ago

Lucy OSC Build Status

Part of lucidity project.

OSC wrapper for lucidity

Simple usage example:

const osc = require ( 'lucy-osc' )

osc.on
( '/wii/1/button/B'
, function ( url, value )
  { console.log ( value )
  }
)

Installation

Currently only works with io.js.

npm install lucy-osc --save

Tests

npm test

Contributing

Please use 'jessy style'.

Add unit tests for any new or changed functionality.

Release History

  • 0.1.0 (2015-09-16) Initial release.