@pontx/frankfurter-v2
v0.1.3
Published
Type-safe SDK and CLI for the official Frankfurter v2 API
Downloads
664
Maintainers
Readme
@pontx/frankfurter-v2
Type-safe TypeScript SDK and dedicated CLI for the official, open-source Frankfurter v2 API.
Install
npm install @pontx/frankfurter-v2SDK
import { createFrankfurterV2Client } from "@pontx/frankfurter-v2";
const client = createFrankfurterV2Client();
const result = await client.getRate("EUR", "USD", {});CLI
npm install --global @pontx/frankfurter-v2
pontx-frankfurter-v2 --help
pontx-frankfurter-v2 call getRate --base EUR --quote USD --dry-runThe package contains generated code and API metadata only. Exchange-rate data remains subject to the upstream providers' terms.
- Pontx Hub documentation
- Source
- License: MIT
