pcan / leveldb-viewer

A simple, minimalistic, web-based LevelDB viewer for Node.js
11 stars 6 forks source link

Make sample code easier to try #3

Open shitpoet opened 3 years ago

shitpoet commented 3 years ago

I recommend to add

var levelup = require('levelup')
var leveldown = require('leveldown')
var encode = require('encoding-down')

to the sample code to make it easier to try for the first time

dunklesToast commented 2 years ago

I've opened a PR addressing this, and also fixing the module name: #8