ipfs-event-stream
v1.0.0-alpha.2
Published
[](http://ipfs.io/) [](http://webchat.freenode.net/?channels=%23ipfs) [
const api = getIPFSAPI()
const event$ = createEventStream(api)
event$.subscribe(event => console.log(event))All events emitted have a source property that can be either
diag/sys: Events from an api call todiag/sysdiag/net: Events from an api call todiag/netlog/tail: Events from the log stream
