mirror of
https://github.com/auravoid/fun-responses
synced 2026-06-05 08:40:53 +00:00
No description
- TypeScript 95.9%
- Dockerfile 4.1%
| src | ||
| .gitignore | ||
| .prettierrc | ||
| bun.lock | ||
| compose.yml | ||
| Dockerfile | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
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 hostedPORT: Server port, defaults to 3000
Local Development
bun install
bun run dev
Build and Run
bun run build
bun run start