1.0.0 • Published 3 years ago
nodejs-fileshare v1.0.0
nodejs-fileshare
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 install3 After executing the above command type this command to install application globally.
npm install -gHow 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
URLon 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
Qrcodeto appear.
How to Uninstall
- Open windows terminal and type
npm uninstall -g nodejs-fileshareand hit enter. - Then delete the folder containg the files of the project.
1.0.0
3 years ago