The Backtick API powers the Backtick mobile app, though it is built in a generic fashion to be available for any client to use. Currently, all endpoints scrape publicly available data and do not require any user credentials as inputs. Calls to Tildes are cached for a short period of time to prevent overloading of the Tildes server(s). If you have any questions, please check out the Backtick Discord server. Contributions are welcomed and appreciated!
Docs and usage can be found here.
You will need pnpm.
-
pnpm i
-
Create environment file
env.ts
at the rootexport default { PORT: "3000", };
-
pnpm dev