qshare
v0.0.2
Published
Quickshare style app implemented in nodejs
Downloads
2
Readme
qshare
A quick share to simplify the process of sharing files, by deploying a minimalistic server.
At this stage, it is the example from (serve-index)[https://github.com/expressjs/serve-index].
Usage:
qshare [PORT] [DIR]
PORT defaults to 1337
DIR defaults to cwd
Install:
npm install -g qshare
or
sudo npm install -g qshare