aquiles-package-example
v1.0.0
Published
This project presents EdgeIQ API SDK.
Readme
Description
An SDK Wrapper to use EdgeIQ API We will be using:
- Typescript
- Axios
- Jest
- Prettier
Requirements
- Node
Initial Setup
Just install the packages needed
$ npm installCommands
- Building:
$ npm run build- Linting:
$ npm run lint- Formatting:
$ npm run format- Testing
$ npm test