nomie-command-lib

For controlling nomie command codes

Usage no npm install needed!

<script type="module">
  import nomieCommandLib from 'https://cdn.skypack.dev/nomie-command-lib';
</script>

README

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);