Skip to content

J-A-M-P-S/bittrex-exchange-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bittrex-exchange-api

This is a very simple api client that helps interact with the Bittrex cryptocurrency exchange api.

Installation

npm install bittrex-exchange-api --save

Usage

var options = {
  "key": "",
  "secret": ""
}

var Bittrex = require('bittrex-exchange-api');
var bittrex = new Bittrex(options)

bittrex.getMarkets(function(err, data) {
  console.log(data);  
})

Contributing

If you'd like to contribute a feature or bugfix: Thanks! To make sure your fix/feature has a high chance of being included, please read the following guidelines:

  1. Post a pull request.
  2. Make sure there are tests! We will not accept any patch that is not tested. It's a rare time when explicit tests aren't needed. If you have questions about writing tests for paperclip, please open a GitHub issue.

And once there are some contributors, then I would like to thank all of the contributors!

License

It is free software, and may be redistributed under the terms specified in the MIT-LICENSE file.

Copyright

© 2018 Scott Ballantyne. See LICENSE for details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published