libp2p / js-peer-info

libp2p Peer abstraction Node.js implementation
https://libp2p.io
MIT License
37 stars 28 forks source link

feature: get multiaddrs by capability #7

Closed daviddias closed 6 years ago

daviddias commented 8 years ago

https://github.com/diasdavid/js-peer-info/blob/master/src/index.js#L62-L63

It would be super cool™ to be able to get the multiaddrs by their capabilities, e.g:

https://github.com/whyrusleeping/js-mafmt can be used to achieve this

daviddias commented 6 years ago

added with #63