Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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
```