Skip to content

Latest commit

 

History

History
53 lines (35 loc) · 1.67 KB

README.md

File metadata and controls

53 lines (35 loc) · 1.67 KB

Peer Book JavaScript Implementation

Build Status Coverage Status Dependency Status js-standard-style

Sauce Test Status

Peer Store for libp2p and IPFS

Installation

npm

> npm i peer-book

Node.JS, Browserify, Webpack

var PeerBook = require('peer-book')

Browser: <script> Tag

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>

Usage

put

get

getByB58String

getByMultihash

License

MIT