{"_id":"@codekilo/signalk-notify","_rev":"1-553dbbc2f81100ff64e62174683b297a","name":"@codekilo/signalk-notify","dist-tags":{"latest":"1.0.0"},"versions":{"1.0.0":{"name":"@codekilo/signalk-notify","version":"1.0.0","description":"simple package to send notifications when an event is triggered","main":"index.js","keywords":["signalk-node-server-plugin"],"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":{"name":"Albert Smit","email":"albertsmit93@gmail.com"},"license":"MIT","gitHead":"50643a143155da7bf9ffe35b668d88809762824b","_id":"@codekilo/signalk-notify@1.0.0","_nodeVersion":"12.16.3","_npmVersion":"6.14.4","dist":{"integrity":"sha512-UJ2dsDDzrZlOVhsOkgoeIzJoy2lUnKaOgRlKL/yN4RYBUNzyF+u8zuhFveqRPowl8rsFs1g4nyhudzVmANbHwA==","shasum":"48ece3fdcd98d3bfa609210c604e61139990b523","tarball":"https://registry.npmjs.org/@codekilo/signalk-notify/-/signalk-notify-1.0.0.tgz","fileCount":4,"unpackedSize":4901,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe6fw/CRA9TVsSAnZWagAADLUP/16NTM3iYhQBqjJVaiM/\nrUxXme+2iCv9pYwEFQ1GsSEjzY0RZsNrDSBtEY9KlgHm/Wk4fmgzIdah8xqS\nrf0gU9Rdqx3CAsBdexaXRYjYGLNAZzCRT17ne+8hg8iZyQv9jlnV56V1bJzM\nmYnKNsjaE3QezBgvHOh3eaauU8bhffGB+nCEV/rB9fudqN24vCuHjDgw68L9\niSKjYrplUJdCbhf8Vq8WcrwZ+fLsNMBYHAOVRw32Rku0XY1LawmyNyYytX7h\nABLYcrC7kbqOFYj3mGWgEQvFzNC4yC+O13WbzsAM0cIe4JbGDd4y7wY3ZTqX\nt1xRjhDy/deoZrnweE0OLYo2YteEsMFKHwgymeUDh8ys9R7qLfooPXYJmbbD\nHY2wjgmiXs5gLDm1GzpLhi2002cUAxAUQ/N8nN/Jjy1TwC65QKNcklZSn/1b\ndfhVoxCZCzu2T+NoBccB+iLwUsm/8Hx4ww0Y9MmZO27m/PBTF4X7PdyU4Geq\n/nF6UeDYWf4YG1hXBkzm50OBUJ8GpGb/SssP4HxRicArIUlAa2SnQUMbY9GK\nYaT76CLF2qVCcrPZEjGVYjxlW+0RMo0cALD5X0NIqbzlGJNMVqLT6YeGHclR\nyWubRU4Fglzg1R5AL8ugCBKn53qljkJiHrFbPIoKqbpE6QPS63buZdrgISCC\nQLgO\r\n=GCDn\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD39L1PJYDYEBxL8grprvnBmtiTnuYXdYJvdMob1IdBtAIgfeu3gzNqtWLDVJfzQ81fH5OEBG1jarQ9e8gAhksz30w="}]},"maintainers":[{"name":"albert-smit","email":"albertsmit93@gmail.com"},{"name":"munnik","email":"martijndemunnik@protonmail.com"}],"_npmUser":{"name":"albert-smit","email":"albertsmit93@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/signalk-notify_1.0.0_1592392766870_0.4484800575286687"},"_hasShrinkwrap":false}},"time":{"created":"2020-06-17T11:19:26.598Z","1.0.0":"2020-06-17T11:19:26.988Z","modified":"2022-04-05T00:03:11.424Z"},"maintainers":[{"name":"albert-smit","email":"albertsmit93@gmail.com"},{"name":"munnik","email":"martijndemunnik@protonmail.com"}],"description":"simple package to send notifications when an event is triggered","keywords":["signalk-node-server-plugin"],"author":{"name":"Albert Smit","email":"albertsmit93@gmail.com"},"license":"MIT","readme":"# SignalK notification plugin\n\nThis package is designed to send a notification when an event occurs on the server\n\n## configuration\n\nfor each notification the following values are required:\n\n#### event\nThe name of the event to subscribe to\n\n#### message \nThe message to send with the notification\n\n#### method\nHow to notify the user, has the following possible values\n\n- Write to log\n    + writes the message and time to stdout\n- Write to debug\n    + writes the message to the debug log\n- create notification \n    + creates a signalk notification\n\n\n## Use\n\n## Installation\n\nTo install this package clone it from git and run npm link.\n\n```\ngit clone https://github.com/codekilo/signalk-notify.git\ncd signalk-notify\nsudo npm link\n```\n\nThen go to the SignalK configuration directory (probably `~/.signalk`)  and link the module again:\n\n```\n$ cd .signalk \n$ npm link signalk-notify\n```","readmeFilename":"README.md"}