zinno-request
v1.4.7
Published
Package to interact with zinno-api
Readme
Zinno request
Package to interact with zinno-api
Feature
- [x] get all appliances
- [ ] get one appliance
- [ ] post appliance
- [ ] set status
Technologies used
ECMAScript 7 (“ES7” / JavaScript)
ECMAScript™ is the standard behind JavaScript. It has had a number of very useful additions over the past several years, modernizing the syntax and providing new capabilities.
Node.js
Node enables us to use JavaScript outside of a browser and directly on our machines to perform the logic necessary to determine what messages to send to the end user and when.
Setup
0. Prepare Prerequisites
- Node v7.10.1 or later (https://nodejs.org/en/download/)
- Yarn (https://yarnpkg.com/en/)
- axios (https://github.com/axios/axios)
Installed
$ yarn add [email protected]:zinno/backend/zinno-request.git#v1.0.0Running tests
$ cd zinno-request
$ yarn run test