serverless developed by hono and deploy to vercel
pnpm install
npm run start
| Path | Method | Parameters | Description | Default |
|---|---|---|---|---|
| /api/consumer | GET | num | return consumer data, accept num to special amount |
10 |
| /api/number-list | GET | num, min, max, decimal | return a list of random number data, accept num to special amount, min and max to special range, decimal to special decimal places |
num=10,min=0,max=100, decimal=2 |