Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
TodePond committed Jan 25, 2025
1 parent cde7762 commit 596fefd
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion README.md
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

0 comments on commit 596fefd

Please sign in to comment.