use-upbit-api
Advanced tools
Comparing version 2.0.6 to 2.0.7
{ | ||
"name": "use-upbit-api", | ||
"version": "2.0.6", | ||
"version": "2.0.7", | ||
"description": "This is React Custom Hook for upbit api", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -8,4 +8,8 @@ # use-upbit-api | ||
**The use-upbit-api custom hook for Upbit API** (Korea crypto exchange). In the previous, Upbit API's Websocket usage in React is difficult for developer who is unfamiliar with websocket in React, but this React Custom Hook solve the problem. Let's use this awesome custom hooks! | ||
**The use-upbit-api, React custom hook for Upbit API** (Korea crypto exchange). | ||
In the previous, Upbit API's Websocket usage in React is difficult for developer who is unfamiliar with websocket in React, but this React Custom Hook solve the problem. | ||
Let's use this awesome custom hooks! | ||
[_npm_ →](https://www.npmjs.com/package/use-upbit-api) | ||
@@ -47,3 +51,3 @@ | ||
const {isLoading, marketCodes} = useFetchMarketCode( | ||
(options = {throttle_time: 400, debug: false}), // default option, can be modified. | ||
(options = {debug: false}), // default option, can be modified. | ||
); | ||
@@ -50,0 +54,0 @@ ``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
142
76464