文件名称:node-snarl:用于在 Snarl4 上发送通知的节点插件
文件大小:36KB
文件格式:ZIP
更新时间:2024-06-27 12:02:58
JavaScript
节点咆哮 用于在 Snarl4 上发送通知的节点插件 基本用法 // Getting the plugin var Snarl = require ( 'node-snarl' ) ( ) ; // Function to register messages on an app name. Snarl . register ( name ) ; // If you want to check if the server is available if ( Snarl . isAvailable ( ) ) { // if its everything ok // Send many notifications as you want. Snarl . notify ( name , options ) ; // Or send notifications with a d
【文件预览】:
node-snarl-master
----LICENSE.txt(1KB)
----lib()
--------snarl.js(7KB)
----README.md(3KB)
----icon()
--------done.png(12KB)
--------fail.png(13KB)
--------log.png(7KB)
----.gitignore(66B)
----index.js(56B)
----package.json(732B)