https://github.com/imryan/currencylayer
💵 CurrencyLayer command-line tool in Swift.
https://github.com/imryan/currencylayer
apilayer currency currency-conversion currency-rates currencylayer
Last synced: about 1 month ago
JSON representation
💵 CurrencyLayer command-line tool in Swift.
- Host: GitHub
- URL: https://github.com/imryan/currencylayer
- Owner: imryan
- Created: 2021-01-10T22:36:11.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-12T23:46:14.000Z (over 5 years ago)
- Last Synced: 2026-01-01T12:09:02.097Z (5 months ago)
- Topics: apilayer, currency, currency-conversion, currency-rates, currencylayer
- Language: Swift
- Homepage: https://currencylayer.com/
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 💵 CurrencyLayer

A Swift command-line tool for fetching and converting live currency data.
# Usage
```
currency-layer
OPTIONS:
-h, --help Show help information.
SUBCOMMANDS:
live Request the most recent exchange rate data.
historical Request historical rates for a specific day.
convert Convert any amount from one currency to another using
real-time exchange rates.
timeframe Request exchange rates for a specific period of time.
change Request any currency's change parameters (margin and
percentage), optionally between two specified dates.
key Use this command to set your CurrencyLayer API key.
```