Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yeukfei02/singapore-bus-arrival
singapore bus arrival times api (新加坡巴士到站時間Api)
https://github.com/yeukfei02/singapore-bus-arrival
apollo-server aws-apigateway aws-lambda aws-xray dynamodb graphql hacktoberfest hacktoberfest-accepted hacktoberfest2021 nexus nodejs serverless
Last synced: 8 days ago
JSON representation
singapore bus arrival times api (新加坡巴士到站時間Api)
- Host: GitHub
- URL: https://github.com/yeukfei02/singapore-bus-arrival
- Owner: yeukfei02
- License: mit
- Created: 2020-11-07T09:42:59.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T11:39:03.000Z (11 months ago)
- Last Synced: 2024-05-09T16:13:57.595Z (6 months ago)
- Topics: apollo-server, aws-apigateway, aws-lambda, aws-xray, dynamodb, graphql, hacktoberfest, hacktoberfest-accepted, hacktoberfest2021, nexus, nodejs, serverless
- Language: TypeScript
- Homepage:
- Size: 1.12 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# singapore-bus-arrival
singapore bus arrival times api (新加坡巴士到站時間Api)
documentation:
api url:
## Requirement
- install yarn
- install node (v14+)
- install serverless## Testing and run
```zsh
// test api in local
$ yarn run dev// deploy to serverless
$ yarn run deploy// open serverless dashboard
$ yarn run dashboard// lint code
$ yarn run lint// format code
$ yarn run format// run test case
$ yarn run test// remove serverless services in aws (api gateway, lambda, s3, cloudformation)
$ yarn run remove
```