Skip to content

Commit

Permalink
Merge branch 'main' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
Octalbyte authored Dec 6, 2021
2 parents 51604a4 + 5d953c9 commit 5f00980
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
# quickload
Quickload is a fast NodeJS app intended for the sharing of files between different computers in a fast manner. This way you can stop sending emails to yourself :).

## How to use
```
git clone https://github.com/J-P-S-O/quickload --branch v1.0.1
cd quickload
npm i
node run.js
```


After this, access https://localhost:80 (You can use ngrok to generate public URLs).
1. Click "Upload File" and select a file
2. Save (or remember) the code alerted in the browser window
3. Download the file on another machine by inserting the code in the text box and clicking "Download"

## Example command line log
![image](https://user-images.githubusercontent.com/66487668/144876706-8caecd00-d241-4482-ac1b-05153698b485.png)
![image](https://user-images.githubusercontent.com/66487668/144876706-8caecd00-d241-4482-ac1b-05153698b485.png)

0 comments on commit 5f00980

Please sign in to comment.