Peer Store for libp2p and IPFS
> npm i peer-book
var PeerBook = require('peer-book')
Loading this module through a script tag will make the PeerBook
obj available in the global namespace.
<script src="https://unpkg.com/peer-book/dist/index.min.js"></script>
<!-- OR -->
<script src="https://unpkg.com/peer-book/dist/index.js"></script>
MIT