samuelantonioli / boxie

Push your files from your computer to your smartphone using QR codes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Boxie - Push your files.

If you want to exchange some files
between your computer and your smartphone,
this is the tool for you.

Upload your files on your computer
and scan the QR code on your smartphone.
Supports HTTP Basic Authentication.

# Screenshot

Setup & Run

Please change the username and password in index.js.

$ git clone https://github.com/samuelantonioli/boxie.git && cd boxie
$ npm install
# Run
$ npm start

Why?

I normally use python -m SimpleHTTPServer 8080
to transfer some files,
but unfortunately there are many people
who don't have a Mac or Linux.

In those cases I have to fall back to
WhatsApp Web. If I want to transfer
files with sensitive information,
I hesitate to upload it to servers
I don't control.

About

Push your files from your computer to your smartphone using QR codes


Languages

Language:JavaScript 91.4%Language:HTML 7.0%Language:CSS 1.6%