1.0.0 • Published 7 years ago
rvndb v1.0.0
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
1.0.0
7 years ago