Skip to content

masonicGIT/ShapeshiftJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ShapeshiftJS

A javascript wrapper for the Shapeshift API

Installation

npm install shapeshiftjs

Usage

var shapeshiftJS = require('shapeshiftjs');

 var params = {
   amount: 1,
   withdrawal: '19bPFghugaE5Z1LPLegzgw95McdXoU3WKL',
   currencyPair: 'btc_eth'
 };

 return shapeshiftJS.postSendAmount(params)
 .then(function(res) {
   return console.log(res);
 })
 .catch(function(res) {
    throw new Error(err);
  });

About

A javascript wrapper for the Shapeshift API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published