Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "shapeshift", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "shapeshift.io api for node.js (unofficial)", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -16,2 +16,13 @@ shapeshift | ||
## Install | ||
npm install shapeshift | ||
var shapeshift = require('shapeshift'); | ||
shapeshift.getRate(pair) | ||
.then(function(data){ | ||
//do something w/ data | ||
}); | ||
## Usage | ||
@@ -21,2 +32,3 @@ | ||
var shapeshift = require('shapeshift'); | ||
var pair = 'btc_ltc'; | ||
@@ -33,3 +45,4 @@ | ||
var pair = 'btc_ltc'; | ||
var shapeshift = require('shapeshift'); | ||
pdate var pair = 'btc_ltc'; | ||
@@ -36,0 +49,0 @@ shapeshift.getLimit(pair) |
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
6427
67