http-blob-store
v0.0.1
Published
read-only blob store that get blobs using http
Downloads
2
Maintainers
Readme
http-blob-store
blob store that stores blobs on the browser's localStorage
npm install http-blob-store
Usage
var store = require('http-blob-store')
var blob = store('https://github.com')
blob.createReadStream({ key: '/xicombd/http-blob-store' }).on('data', ondata)
function ondata (buf) {
console.log(buf.toString())
}
License
MIT