diff options
author | Case Duckworth | 2022-12-13 12:42:09 -0600 |
---|---|---|
committer | Case Duckworth | 2022-12-13 12:42:09 -0600 |
commit | 2737b8c4a202eb50043ae06cb618f3b357509363 (patch) | |
tree | 496c1a95e582cd876d4819eed2e646b1266f7e33 | |
parent | Initial commit (diff) | |
download | superstack-2737b8c4a202eb50043ae06cb618f3b357509363.tar.gz superstack-2737b8c4a202eb50043ae06cb618f3b357509363.zip |
Add README
-rw-r--r-- | README.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..664fc85 --- /dev/null +++ b/README.md | |||
@@ -0,0 +1,13 @@ | |||
1 | # superstack | ||
2 | ## a substack reader proxy | ||
3 | |||
4 | like [scribe.rip](https://scribe.rip/) is for medium, superstack is for substack links. | ||
5 | |||
6 | use like this: | ||
7 | |||
8 | ``` | ||
9 | https://<superstack-url>?page=<substack-url> | ||
10 | ``` | ||
11 | |||
12 | i'm not going to share my own superstack instance since this is mostly untested | ||
13 | and has no rate-limiting or ddos protections. but the code is in this repo, yay! \ No newline at end of file | ||