Socket
Socket
Sign inDemoInstall

currenaxt

Package Overview
Dependencies
9
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    currenaxt

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


Version published
Maintainers
1
Install size
647 kB
Created

Readme

Source

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

Keywords

FAQs

Last updated on 21 Sep 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc