web2web-lib

1.0.2 • Public • Published

web2web-lib

Create your own distributed webpage. Take a look at the original web2web concept.

Install

Web2web is a browser library. Download the minified web2web.min.js.

Alternatively you can browserify it by yourself:

npm install web2web-lib

API

Load webpage from btc address

var btcAddress = '1DhDyqB4xgDWjZzfbYGeutqdqBhSF7tGt4'
var web2web = new Web2Web()
web2web.bootstrap(btcAddress)

Load webpage from torrent info hash

var infoHash = 'acaa4ece96da0e31f2bd7f1e4d82f4e1317e2af7'
var web2web = new Web2Web()
web2web.bootstrap(infoHash)

Readme

Keywords

none

Package Sidebar

Install

npm i web2web-lib

Weekly Downloads

0

Version

1.0.2

License

none

Last publish

Collaborators

  • elendir