hydra-client

1.0.4 • Public • Published

Hydra client wrapper for NodeJS

var hydra = require('hydra-client')

hydra.Connection.of('localhost', 8080, 'token')
  .createMessage()
  .toUser(1380723)
  .byDeviceType('android')
  .withContent('Hello world')
  .withData('ui', 'activity')
  .push((err, body) => {
    console.log(err, body)
  })

Readme

Keywords

none

Package Sidebar

Install

npm i hydra-client

Weekly Downloads

1

Version

1.0.4

License

ISC

Last publish

Collaborators

  • duythinht