This template is designed to get you up and running writing a JavaScript based service.
Go through this README.md and replace all the sections that say TODO
.
TODO: Put a quick description of the service here.
TODO: Provide how to interact with your service at a high level. This could include what REST endpoints exist and/or how to configure the service.
Open API => https://github.com/OAI/OpenAPI-Specification/blob/OpenAPI.next/versions/3.0.0.md
TODO: Replace the above list with which other services this service calls.
example.action
: a description of the example action
None
TODO: Replace the above list of messages. If the service does not publish messages replace with None
npm install
To run our unit tests you can run:
npm run test
To lint the code run:
npm run lint
If you don't get any output that means your linting passed.
- REPLACE ME - Explanation of resource.
TODO: Provide some resources to read to help contextualize the problem this service addresses.
- YOUR NAME - Initial work
TODO: Put your name on the list.