nomie-command-lib

For controlling nomie command codes


License
MIT
Install
npm install nomie-command-lib@1.0.3

Documentation

Nomie Command (available in Nomie 1.5.3)

Nomie Commands are URL like links that can control Nomie near and far. This specific package is used in the up-coming Nomie API.

It's really not ready for prime time yet.

var command = new NomieCommand();
var nomieCommandString = command.init({
  action : 'track',
  label : 'Peed'
}).toString();
alert(nomieCommandString);