0.1.0 • Published 7 years ago

hyperconsole v0.1.0

Weekly downloads
2
License
ISC
Repository
github
Last release
7 years ago

hyperconsole

Build Status

Console logging over hypercore

Still WIP

Usage

var hyperconsole = require('hyperconsole')

var logger = hyperconsole('ws://hypercored.cloud', 'my-private-seed')
require('hyperconsole/patch')(logger) // Patch console.{log,info,warn,error} and global error event

API

var instance = hyperconsole(wsUrl, [keypairSeed])

Install

npm install hyperconsole

License

ISC