rvndb
v1.0.0
Published
rvndb client
Readme
Rvndb
Rvndb client
Install
npm installUsage
- There's only one api:
rvndb.read(). - Simply pass a base64 encoded JSON query that follows the Rvndb Query Language spec at https://rvndb.network/#bql
Example
const rvndb = require('rvndb')
rvndb.read({ ... }, function(err, response) {
res.json(response)
})Also see examples/app.js for an actual example
