nodejs-file-share
v1.0.0
Published
transfer files to another device over LAN
Downloads
80
Readme
nodejs-file-share
Transfer Files from PC to another device using browser over LAN.
Requirements
- NodeJS must be installed. If not installed download from NodeJS website.
- Internet connection for installing dependences for first time.
Steps to install
- Download the zip and extract the files.
- Open command prompt in same folder where you extracted files and type following command to install dependencies.
npm install
3 After executing the above command type this command to install application globally.
npm install -g
How to run
- Open command prompt in folder you want to share and type following command.
start-share
- Scan the Qrcode which appear on command prompt or Copy the
URL
on top of the Qrcode. - open the address in Chrome or any other browser.
Tips
- Try reducing font size by
ctrl + scroll↓
to get full length of Qrcode in windows Terminal. - if you are using windows command prompt or poweshell first reduce the font then restart application for
Qrcode
to appear.
How to Uninstall
- Open windows terminal and type
npm uninstall -g nodejs-file-share
and hit enter. - Then delete the folder containg the files of the project.