0.0.6 • Published 6 years ago

bitdb v0.0.6

Weekly downloads
-
License
ISC
Repository
-
Last release
6 years ago

Bitdb

Bitdb client

Install

npm install

Usage

  • There's only one api: bitdb.read().
  • Simply pass a base64 encoded JSON query that follows the Bitdb Query Language spec at https://bitdb.network/#bql

Example

const bitdb = require('bitdb')
bitdb.read({ ... }, function(err, response) {
 res.json(response)
})

Also see examples/app.js for an actual example

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago