Skip to content

Commit 51604a4

Browse files
committed
Update Readme
1 parent e81f6d3 commit 51604a4

1 file changed

Lines changed: 17 additions & 1 deletion

File tree

README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,17 @@
1-
# quickload
1+
# quickload
2+
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 :).
3+
## How to use
4+
```
5+
git clone https://github.com/J-P-S-O/quickload --branch v1.0.1
6+
cd quickload
7+
npm i
8+
node run.js
9+
```
10+
11+
After this, access https://localhost:80 (You can use ngrok to generate public URLs).
12+
1. Click "Upload File" and select a file
13+
2. Save (or remember) the code alerted in the browser window
14+
3. Download the file on another machine by inserting the code in the text box and clicking "Download"
15+
16+
## Example command line log
17+
![image](https://user-images.githubusercontent.com/66487668/144876706-8caecd00-d241-4482-ac1b-05153698b485.png)

0 commit comments

Comments
 (0)