https://github.com/realdennis/qrdeliver
Generate QR code to transfer files from terminal <-> mobile with the same WiFi :)
https://github.com/realdennis/qrdeliver
command-line-tool javascript utility
Last synced: about 2 months ago
JSON representation
Generate QR code to transfer files from terminal <-> mobile with the same WiFi :)
- Host: GitHub
- URL: https://github.com/realdennis/qrdeliver
- Owner: realdennis
- License: mit
- Created: 2018-03-27T14:58:50.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-06-02T00:10:56.000Z (about 5 years ago)
- Last Synced: 2025-03-22T13:22:46.873Z (2 months ago)
- Topics: command-line-tool, javascript, utility
- Language: TypeScript
- Homepage:
- Size: 11.4 MB
- Stars: 21
- Watchers: 1
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# QRDELIVER
[](https://travis-ci.org/realdennis/qrdeliver) [](https://greenkeeper.io/)Inspired by https://github.com/claudiodangelis/qr-filetransfer.
# Description
Make your file be a QR code that mobile device can open/download it by scanning .
# Usage
```
$ qrdeliver [filename]
$ qrdeliver [filename] -p [port]
```also use `qrd` for shortcut
```
$ qrd [filename] //shortcut
```# Installation
```
$ npm i qrdeliver -g
```LICENSE
MIT © 2018 realdennis