-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
18 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,19 @@ | ||
# spag | ||
file upload and use | ||
|
||
spag is a tool for uploading and sharing files | ||
|
||
upload a file on [spag.cc](https://spag.cc) | ||
|
||
give it a name. | ||
|
||
then access it at `https://spag.cc?name` (but replace `name` with the name you gave it) | ||
|
||
## Contributing | ||
|
||
You can edit the client-side code in this repo. | ||
|
||
You can edit the server-side code by editing these vals: | ||
|
||
- [spag](https://www.val.town/v/todepond/spag) — for the landing page and accessing files | ||
- [spagUpload](https://www.val.town/v/todepond/spagUpload) — for uploading files | ||
- [spagDelete](https://www.val.town/v/todepond/spagDelete) — for deleting files |