1.3.0 • Published 3 years ago

bluefox-api v1.3.0

Weekly downloads
13
License
ISC
Repository
github
Last release
3 years ago

Bluefox-API

NPM Info

Bluefox-API is a npm library to access the (upcoming) Bluefox-API easily.

Installation

Use the package manager npm to install the Bluefox-API module.

npm install bluefox-api

Usage

Main API

const Bluefox = require('bluefox-api');
const api = new Bluefox.API("API KEY");

api.getStatus().then(res => {
  console.log(res);
}).catch(err => {
  throw err;
});

Find all functions here

Crypto API

const Bluefox = require('bluefox-api);
const cryptoApi = new Bluefox.CryptoAPI("API KEY");

crpytoApi.getCurrencies().then(res => {
  console.log(res);
}).catch(err => {
  throw err;
});

Find all functions here

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

1.3.0

3 years ago

1.1.0

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago