diff options
-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 | ||