orbitdb-archive / orbit-db-pubsub

Message propagation module for orbit-db
MIT License
19 stars 14 forks source link

How use orbitdb-db-pubsub ? #11

Open maroodb opened 6 years ago

maroodb commented 6 years ago

I can't find any example to use this module. I tried this code but I got : TypeError: orbit.subscribe is not a function

var  orbit = require('orbit-db-pubsub');
orbit.subscribe("top", r => console.log(r))