cha-price

2.0.1 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i cha-price

Weekly Downloads

1

Version

2.0.1

License

MIT

Unpacked Size

91.1 kB

Total Files

10

Last publish

Collaborators

  • lgatica