Blame view

node_modules/growly/example/simple.js 75 Bytes
aaac7fed   liuqimichale   add
1
2
3
  var growly = require('../lib/growly.js');
  
  growly.notify('Hello, world!');