bitchest

1.0.2 • Public • Published

bitchest

Bit Chest. Simple anonymous and temporary file sharing service.

Install

> npm install bitchest

Minimal bitchest app

const bit = require('bitchest')
bit.run()

Configure

You can specify custom PORT and other stuff by passing an options object. Each option is optional and the default values are shown below:

bit.run({
  title: 'File Chest',
  roomWord: 'Chest',
  port: 8888,
  uploadDir: path.join(\__dirname, '.temp'),
  maxFileSize: 1048576, // bytes
  poweredBy: true
})

Tech

Licence

MIT

/bitchest/

    Package Sidebar

    Install

    npm i bitchest

    Weekly Downloads

    3

    Version

    1.0.2

    License

    MIT

    Unpacked Size

    64 kB

    Total Files

    15

    Last publish

    Collaborators

    • xeli