pixyzehn / currency-converter

A simple currency converter library using the XML data.

Home Page:https://pixyzehn.github.io/currency-converter/documentation/currencyconverter/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

currency-converter

CI

A simple currency converter library using the XML data from pixyzehn/getexpenses.app (originally from European Central Bank). The library has been created and used for Expenses.app. It fetches the latest foreign exchange reference rates and returns the objects in a simple way.

Converting Documentation

swift package --allow-writing-to-directory ./docs \
    generate-documentation --target CurrencyConverter --output-path ./docs \
    --transform-for-static-hosting --hosting-base-path currency-converter

Previewing Documentation

swift package --disable-sandbox preview-documentation --product CurrencyConverter

See also apple/swift-docc-plugin for more information.

About

A simple currency converter library using the XML data.

https://pixyzehn.github.io/currency-converter/documentation/currencyconverter/

License:MIT License


Languages

Language:Swift 100.0%