1.1.1 • Published 2 years ago

e4-kencrypto-ayana v1.1.1

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

KenCrypto API

Provides quotes and conversion results

Installation

yarn add e4-kencrypto-ayana

or

npm i e4-kencrypto-ayana

Methods

.quotes

const kencrypto = new KenCrypto();

kencrypto.quotes(["BTC"]);

.conversion

const kencrypto = new KenCrypto();

kencrypto.conversion(["BTC", 0.005, ["USD"]]);
1.1.1

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago