UNPKG

saltevents

Version:
17 lines (10 loc) 262 B
#!/usr/bin/env node var saltEvents = require('../lib/saltevents'); payload = { 'hello': 'world', 'status': 'success' } // Send payload to local bus saltEvents.local(payload, 'local'); // Send payload to the master saltEvents.master(payload, 'master');