Skip to content

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

License

Notifications You must be signed in to change notification settings

Queaxtra/currenaxt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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