aquiles-package-example
v1.0.0
Published
This project presents EdgeIQ API SDK.
Downloads
6
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 install
Commands
- Building:
$ npm run build
- Linting:
$ npm run lint
- Formatting:
$ npm run format
- Testing
$ npm test