nexus-announce
v0.2.4
Published
Node.js library for sending events to the Nexus API
Readme
nexus-announce
Node.js library for sending events to the Nexus API
npm install nexus-announceUsage
Require nexus-announce and create an announce function with your API key:
nexus_config = {api_key: "xyz..."}
announce = require('nexus-announce')(nexus_config)Then use announce to send any valid JSON event to Nexus:
# a wild user appears...
announce({type: 'login', username: 'joe', app: 'tryna', version: '0.0.1'})Config
api_key: StringRequired- API Key for the Nexus account you are posting into
disabled: Bool- Set to temporarily disable without removing calls to
announce
- Set to temporarily disable without removing calls to
