Skip to content

sibinjoy100/flyfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FlyFiles

FlyFiles is a nodejs application to transfer files in a local network by scanning QR Code.

  • Easy to use
  • No more companion app needed(QR enabled camera required).
  • It's fast. Because the application works in LAN.

Tech

Flyfiles uses a number of open source projects to work properly:

  • node.js - evented I/O for the backend
  • Express - fast node.js network app framework [@tjholowaychuk]
  • Twitter Bootstrap - great UI boilerplate for modern web apps

And of course Flyfiles itself is open source with a public repository on GitHub.

Installation

Flyfiles requires Node.js v4+ to run.

Install the dependencies and devDependencies and start the server.

$ cd flyfiles
$ npm install
$ npm start

How to use?

  • Open URL in browser that displayed on terminal after giving run command.
  • Make sure sharing devices connected in the same network.
  • Click on choose button to browse file for share with other device.
  • QR code will generate after clicking on 'Show QR' button.
  • Scan QR code with camera app on other device which supports qr code.
  • Open result from camera app in the browser.

License

MIT

Free Software, Hell Yeah!

About

FlyFiles is a nodejs application to transfer files in a local network by scanning QR Code. (No: 002)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published