UNPKG
shapeshift
Version:
latest (1.0.2)
releases/1.0.0 (1.0.0)
1.0.2
1.0.1
1.0.0
0.0.4
0.0.3
0.0.2
0.0.1
shapeshift.io api for node.js
github.com/chovy/shapeshift
chovy/shapeshift
shapeshift
/
demo.js
10 lines
(8 loc)
•
173 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
const
shapeshift =
require
(
'./index'
); shapeshift.
getRate
(
'btc_ltc'
) .
then
(
function
(
data
){
console
.
log
(
arguments
); }) .
catch
(
function
(
err
){
console
.
error
(err); });