0.1.7 • Published 4 years ago

qr-fileshare v0.1.7

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

QR Fileshare Tweet

A browser based application created using NodeJS and React to quickly transfer files to a different device on the same WiFi network by utilizing a random port on the selected network interface. The URL is made easily accessible by generating a QR code which is printed in the terminal.

All zoom-zoom.

Installation

Install it via NPM.

npm install -g qr-fileshare

Usage

In the terminal, run

qr-fileshare

The first time it is run, it prompts for selecting an interface. After that, it defaults to the same interface if available. A link is then opened in the browser with the web UI. Scan the QR code to open the link on mobile.

How it works

It serves the web application on a random port on the selected network interface. The web application then uploads to the server, which temporarily stores the file on disk. All clients are notified and updated on uploads via socket connections.

This repository is inspired by Claudio d'Angelis's qr-filetransfer, but also adds an interface and features like multiple uploads and drag-and-drop.

0.1.7

4 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago