Explore and download a dat link in the browser.
- have a big download button
- selective file or folder download
- display metadata (like last modified, size) in file list
- handle sub-directories
npm install
npm start
Renders the explorer given an HTML DOM element and a dat://
link.
var explorer = require('explore-dat')
var link = 'dat://ea18e8fe42b1c344d8bfcdf6449d61f5228767ef8b5e9155768bba436245af84'
explorer('#dat', link)