js-ipfs-event-stream

1.0.0-alpha.0 • Public • Published

JS IPFS EventStream

Dependency Status Travis CI

Get a stream of everything happening on your IFPS node

Installation

$ npm i --save ipfs-event-stream

Usage

const createEventStream = require('ipfs-event-stream')
 
const api = getIPFSAPI()
 
const event$ = createEventStream(api)
 
event$.subscribe(event => console.log(event))

/js-ipfs-event-stream/

    Package Sidebar

    Install

    npm i js-ipfs-event-stream

    Weekly Downloads

    2

    Version

    1.0.0-alpha.0

    License

    MIT

    Last publish

    Collaborators

    • dignifiedquire