Skip to content

berleant/explore-dat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

explore-dat

Explore and download a dat link in the browser.

TODO

  • have a big download button
  • selective file or folder download
  • display metadata (like last modified, size) in file list
  • handle sub-directories

Install

npm install
npm start

explorer(element, link)

Renders the explorer given an HTML DOM element and a dat:// link.

var explorer = require('explore-dat')
var link = 'dat://ea18e8fe42b1c344d8bfcdf6449d61f5228767ef8b5e9155768bba436245af84'
explorer('#dat', link)

About

Explore and download a dat link in the browser.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 86.9%
  • HTML 13.1%