bitdb

0.0.6 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i bitdb

Weekly Downloads

0

Version

0.0.6

License

ISC

Unpacked Size

6.19 kB

Total Files

4

Last publish

Collaborators

  • unwriter