0.1.5 • Published 6 years ago

hive-pusher v0.1.5

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

hive-pusher-js

A code pusher for hive written in Javascript

npm package

Dependency Status codebeat badge License

Usage

First, install the package

npm install hive-pusher --save-dev

Then, in your code, initialize it, and send your message to hive

let Pusher = require('hive-pusher')
let pusher = new Pusher('your hive address', 'your token')
pusher.send('Hello from Node.js')

For more settings

pusher.setPath('your new hive path')
pusher.setToken('your another token')
0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago