2.0.1 • Published 6 years ago

cha-price v2.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

cha-price

npm version npm downloads Build Status Coverage Status Code Climate devDependency Status

Get price of chaucha

Installation

npm i -S cha-price

Use

Try on RunKit

const cha = require('cha-price');

// Get from https://orionx.io/developers
const apiKey = 'your-api-key'
const secretKey = 'your-secret-key'

cha(apiKey, secretKey)
  .then(console.log)
  .catch(console.error);

Result:

XXXXX // a number

Licencia

MIT

2.0.1

6 years ago

2.0.0

6 years ago

1.0.0

6 years ago