通过localhost http服务器浏览Hyperdrive 10存档

通过localhost http服务器浏览Hyperdrive 10存档

Node.js HTTP工具

访问GitHub主页

共37Star

详细介绍

hyperbrowse

Browse Hyperdrive 10 archives over a localhost http server:

npm install -g hyperbrowse

First time you spin it up pass the Hyperdrive key you want to explore:

This is wikipedia for example:

hyperbrowse -d wiki -k 907c949c372f7281c13330b7bd3feb922a936c4f5ae04e61e34e3c90fc6eba9b

Then simply navigate your browser to the address printed (usually http://localhost:8080) to start browsing.

Options

  • -d {dir}: the directory where hyperbrowse will store the Hyperdrive
  • -k {key}: the Hypercore archive you want to browse
  • -ram: run completely in memory

For more info run hyperbrowse --help

License

MIT