.vscode | ||
apps/node | ||
packages | ||
.gitignore | ||
.npmrc | ||
package.json | ||
pnpm-lock.yaml | ||
pnpm-workspace.yaml | ||
README.md | ||
tsconfig.json | ||
turbo.json |
Proxy
Proxy service for apis with multiple backend nodes so we can get around api rate limits by using vpns and/or proxies.
Usage
Go to https://proxy.fascinated.cc
Development
Prerequisites:
- Create an Infiscal account at https://secrets.fascinated.cc
- Add the the secret
PROXY_SECRET
with a random string - Clone this repo
- Run
pnpm install
- Run
pnpm run dev
- Go to http://localhost:3000