Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yeukfei02/singapore-carpark-api
singapore-carpark-api
https://github.com/yeukfei02/singapore-carpark-api
bun car-parking serverless singapore typescript vercel
Last synced: about 2 months ago
JSON representation
singapore-carpark-api
- Host: GitHub
- URL: https://github.com/yeukfei02/singapore-carpark-api
- Owner: yeukfei02
- License: mit
- Created: 2023-09-20T11:52:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-15T11:55:49.000Z (about 1 year ago)
- Last Synced: 2024-05-09T16:13:57.179Z (8 months ago)
- Topics: bun, car-parking, serverless, singapore, typescript, vercel
- Language: TypeScript
- Homepage:
- Size: 197 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# singapore-carpark-api
singapore-carpark-api
documentation:
api url:
## Requirement
- install bun
- install node (v18+)
- install vercel cli## Testing and run
```zsh
// test api in local
$ vercel dev// deploy to vercel
$ vercel deploy// deploy to vercel (production)
$ vercel deploy --prod// lint code
$ bun run lint// format code
$ bun run format
```