openethereum/js/npm/shapeshift
Jaco Greeff 0a37288aa4 Lowercase npm packages (#3807) 2016-12-11 10:30:30 +01:00
..
README.md Lowercase npm packages (#3807) 2016-12-11 10:30:30 +01:00
package.json Lowercase npm packages (#3807) 2016-12-11 10:30:30 +01:00

README.md

@parity/shapeshift

A thin ES6 promise wrapper around the shapeshift.io APIs as documented at https://shapeshift.io/api

https://github.com/ethcore/parity/tree/master/js/src/3rdparty/shapeshift

usage

installation -

npm install --save @parity/shapeshift

Usage -

const APIKEY = 'private affiliate key or undefined';
const shapeshift = require('@parity/shapeshift')(APIKEY);

// api calls goes here

api

queries -

transactions -