node-wio-link
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -21,3 +21,3 @@ { | ||
"indent": [ | ||
"error", | ||
"warn", | ||
2, | ||
@@ -29,3 +29,3 @@ { | ||
"quotes": [ | ||
"error", | ||
"warn", | ||
"single", | ||
@@ -43,4 +43,8 @@ { | ||
"no-unused-vars": "warn", | ||
"no-var": "error" | ||
"no-var": "error", | ||
"linebreak-style": [ | ||
"warn", | ||
"unix" | ||
] | ||
} | ||
} |
@@ -0,0 +0,0 @@ 'use strict'; |
{ | ||
"name": "node-wio-link", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "A node.js client library for using the Wio Link API.", | ||
@@ -22,7 +22,7 @@ "main": "index.js", | ||
"dependencies": { | ||
"axios": "^0.18.0" | ||
"axios": "^0.19.0" | ||
}, | ||
"devDependencies": { | ||
"eslint": "^5.10.0" | ||
"eslint": "^6.0.1" | ||
} | ||
} |
# node-wio-link | ||
[![NPM Version](https://img.shields.io/npm/v/node-alexa-smapi.svg)](https://www.npmjs.com/package/node-alexa-smapi) | ||
[![NPM Version](https://img.shields.io/npm/v/node-wio-link.svg)](https://www.npmjs.com/package/node-wio-link) | ||
@@ -9,13 +9,15 @@ A node.js client library for using the Wio Link API. | ||
* [Documentation](#documentation) | ||
* [User Management](#user-management) | ||
* [Node Management](#node-management) | ||
* [Grove Driver](#grove-driver) | ||
* [Boards/Platform](#boardsplatform) | ||
* [Single Node](#single-node) | ||
* [Coding on the fly](#coding-on-the-fly) | ||
* [Custom API calls](#custom-api-calls) | ||
* [Examples](#examples) | ||
* [Using Promises](#using-promises) | ||
* [Using Async/Await](#using-asyncawait) | ||
* [node-wio-link](#node-wio-link) | ||
* [Table Of Contents](#Table-Of-Contents) | ||
* [Documentation](#Documentation) | ||
* [User Management](#User-Management) | ||
* [Node Management](#Node-Management) | ||
* [Grove Driver](#Grove-Driver) | ||
* [Boards/Platform](#BoardsPlatform) | ||
* [Single Node](#Single-Node) | ||
* [Coding on the fly](#Coding-on-the-fly) | ||
* [Custom API calls](#Custom-API-calls) | ||
* [Examples](#Examples) | ||
* [Using Promises](#Using-Promises) | ||
* [Using Async/Await](#Using-AsyncAwait) | ||
@@ -143,3 +145,3 @@ ## Documentation | ||
## Examples | ||
### Using Promises (arrow functions) | ||
### Using Promises | ||
```javascript | ||
@@ -146,0 +148,0 @@ // serverLocation can be 'us' or 'cn' |
Sorry, the diff of this file is not supported yet
14612
6
129
168
+ Addedaxios@0.19.2(transitive)
- Removedaxios@0.18.1(transitive)
- Removedis-buffer@2.0.5(transitive)
Updatedaxios@^0.19.0