Modules@robinpath/currency

@robinpath/currency

0.1.0Public

Currency module for RobinPath.

@robinpath/currency

Currency module for RobinPath.

Category Functions Auth License

Why use this module?

The currency module lets you:

  • getLatestRates
  • convert
  • convertBatch
  • getHistoricalRates
  • listCurrencies

All functions are callable directly from RobinPath scripts with a simple, consistent API.

Installation

npm install @robinpath/currency

Quick Start

No credentials needed — start using it right away:

currency.convert

Available Functions

FunctionDescription
currency.getLatestRatesgetLatestRates
currency.convertconvert
currency.convertBatchconvertBatch
currency.getHistoricalRatesgetHistoricalRates
currency.listCurrencieslistCurrencies
currency.getRategetRate
currency.getSupportedCodesgetSupportedCodes
currency.getTimeSeriesRatesgetTimeSeriesRates
currency.formatCurrencyformatCurrency
currency.getPopularRatesgetPopularRates

Examples

convert

currency.convert

convertBatch

currency.convertBatch

getHistoricalRates

currency.getHistoricalRates

Integration with RobinPath

import { RobinPath } from "@wiredwp/robinpath";
import Module from "@robinpath/currency";

const rp = new RobinPath();
rp.registerModule(Module.name, Module.functions);
rp.registerModuleMeta(Module.name, Module.functionMetadata);

const result = await rp.executeScript(`
  currency.convert
`);

Full API Reference

See MODULE.md for complete documentation including all parameters, return types, error handling, and advanced examples.

Related Modules

License

MIT

Versions (1)

VersionTagPublished
0.1.0latestyesterday
Install
$ robinpath install @robinpath/currency
Version0.1.0
LicenseMIT
Unpacked Size3.5 KB
Versions1
Weekly Downloads0
Total Downloads0
Stars0
Last Publishyesterday
Createdyesterday

Category

utilities