Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.14 KB

README.md

File metadata and controls

25 lines (17 loc) · 1.14 KB

Backtick API

backtick logo

An unofficial https://tildes.net API.

Background

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!

Usage

Docs and usage can be found here.

Development

You will need pnpm.

  1. pnpm i

  2. Create environment file env.ts at the root

    export default {
      PORT: "3000",
    };
  3. pnpm dev