yahoo-exchange
Advanced tools
Comparing version 1.4.0 to 1.4.1
@@ -14,3 +14,3 @@ { | ||
"main": "index.js", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"license": "MIT", | ||
@@ -17,0 +17,0 @@ "dependencies": { |
@@ -6,3 +6,3 @@ # yahoo-exchange | ||
[![npm](https://img.shields.io/npm/l/yahoo-exchange.svg?registry_uri=https%3A%2F%2Fregistry.npmjs.com&style=flat-square)](https://opensource.org/licenses/MIT) | ||
[![npm](https://img.shields.io/badge/InternetExplorer-Not%20Support-red.svg?style=flat-square)](https://opensource.org/licenses/MIT) | ||
[![npm](https://img.shields.io/badge/InternetExplorer-Not%20Support-red.svg?style=flat-square)](https://kangax.github.io/compat-table/es6/) | ||
## getExchangeDataArray(pair, callback, errorHandler): void | ||
@@ -56,2 +56,3 @@ * pair : string or Array\<string\> | ||
getExchangeDataArray does not return Arrays to Callback. | ||
## getExchangeDataLowTraffic(callback, errorHandler): void | ||
@@ -74,2 +75,3 @@ * callback : data:Array\<Array\<any\>\> => any | ||
It just does one request and get data of 24 pairs. | ||
If you use the following pair, it is recommended that you use this method. | ||
### What pairs are available? | ||
@@ -76,0 +78,0 @@ * EUR/USD |
1036407
12
173