Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/jvilk/browserfs
Browse files Browse the repository at this point in the history
  • Loading branch information
John Vilk committed Jun 19, 2015
2 parents 67265b1 + 4a9d463 commit 2e4c68f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
BrowserFS
=========

[![NPM version](https://badge.fury.io/js/browserfs.svg)](http://badge.fury.io/js/BrowserFS)
[![Bower version](https://badge.fury.io/bo/browserfs.svg)](http://badge.fury.io/bo/BrowserFS)
[![david-dm-status-badge](https://david-dm.org/jvilk/BrowserFS.svg)](https://david-dm.org/jvilk/browserfs#info=dependencies&view=table)
[![david-dm-status-badge](https://david-dm.org/jvilk/BrowserFS/dev-status.svg)](https://david-dm.org/jvilk/BrowserFS#info=devDependencies&view=table)

BrowserFS is an in-browser file system that emulates the [Node JS file system API](http://nodejs.org/api/fs.html) and supports storing and retrieving files from various backends. BrowserFS also integrates nicely into the Emscripten file system.

Provided backends:
Expand Down

0 comments on commit 2e4c68f

Please sign in to comment.