http-blob-store

0.0.1 • Public • Published

http-blob-store

blob store that stores blobs on the browser's localStorage

npm install http-blob-store

blob-store-compatible

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

Package Sidebar

Install

npm i http-blob-store

Weekly Downloads

1

Version

0.0.1

License

MIT

Last publish

Collaborators

  • xicombd