Skip to content

Latest commit

 

History

History
executable file
·
23 lines (16 loc) · 410 Bytes

File metadata and controls

executable file
·
23 lines (16 loc) · 410 Bytes

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