kappa-db / multifeed

Multi-writer hypercore.
136 stars 27 forks source link

get feed using either feed pubkey or localname #30

Closed m4gpi closed 5 years ago

m4gpi commented 5 years ago

Small enhancement, now we can call core.feed('local') rather than having to use the feed pubKey. Useful for outstanding PR on peerfs: https://github.com/karissa/peerfs/pull/2

hackergrrl commented 5 years ago

Does the writer API cover your use case?

m4gpi commented 5 years ago

I think I've figured out a better way. :)