currenaxt

2.0.0 • Public • Published

currenaxt

A currency module that allows you to fetch the values of Turkish Lira in Dollars and Euros.

🛠 Installation

You can download the module using NPM or PNPM.

npm i currenaxt | pnpm i currenaxt

📁 Usage

  • Fetch usd to try;
const currenaxt = require('currenaxt');

currenaxt.usdToTry().then((data) => {
    console.log(data);
});
27.04249982
  • Fetch eur to try;
const currenaxt = require('currenaxt');

currenaxt.eurToTry().then((data) => {
    console.log(data);
});
28.76439711

✨ Note

Please contact us if you have encountered a bug or error. https://t.me/unoxdevs

Package Sidebar

Install

npm i currenaxt

Weekly Downloads

1

Version

2.0.0

License

MIT

Unpacked Size

2.41 kB

Total Files

6

Last publish

Collaborators

  • queaxtra