No description
  • TypeScript 95.9%
  • Dockerfile 4.1%
Find a file
2026-03-19 18:37:08 -04:00
src Add better error handling, ensuring vars are present before starting 2026-03-19 18:35:32 -04:00
.gitignore Add MacOS to gitignore 2026-03-19 18:10:09 -04:00
.prettierrc Rewrote it basically 2022-11-24 21:15:29 -05:00
bun.lock Update to use solely bun instead of a pnpm/bun mix 2026-03-19 18:26:16 -04:00
compose.yml Update to use solely bun instead of a pnpm/bun mix 2026-03-19 18:26:16 -04:00
Dockerfile Update to use solely bun instead of a pnpm/bun mix 2026-03-19 18:26:16 -04:00
package.json Update to use solely bun instead of a pnpm/bun mix 2026-03-19 18:26:16 -04:00
README.md remove a variable that i didn't use anymore 2026-03-19 18:37:08 -04:00
tsconfig.json Update to use solely bun instead of a pnpm/bun mix 2026-03-19 18:26:16 -04:00

Fun Responses API

Small Express API for random fun text and character images.

Environment Variables

  • API_BASE_URL: Public base URL for this API (used in discovery responses)
  • CDN_BASE_URL: Remote CDN base URL where JSON assets are hosted
  • PORT: Server port, defaults to 3000

Local Development

bun install
bun run dev

Build and Run

bun run build
bun run start