New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

cli-exchange-rate

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cli-exchange-rate

This package provides you with realtime currency rates.

latest
Source
npmnpm
Version
1.0.2
Version published
Maintainers
1
Created
Source

CLI Exchange Rate

CLI Exchange Rate is a command-line interface (CLI) tool for accessing foreign exchange rate information using the ExchangeRate-API.

Installation

To use CLI Exchange Rate, you can install it globally via npm:

npm install -g cli-exchange-rate

Usage

CLI Exchange Rate provides several commands for interacting with exchange rate data. Here's how to use them:

rate: Get the exchange rate between two currencies.

exchangeRateApp rate SOURCE_CURRENCY TARGET_CURRENCY

history: Get the exchange rate history for a specific date.

exchangeRateApp history DATE BASE_CURRENCY

currencies: Get a list of supported currencies.

exchangeRateApp currencies

help: Display usage instructions.

exchangeRateApp help

FAQs

Package last updated on 26 Apr 2024

Did you know?

Socket

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