/JetCurrency

JetCurrency is a simple currency converter app built with Jetpack Compose.

Primary LanguageKotlinGNU General Public License v3.0GPL-3.0

<CI> <License>

JetCurrency is a simple currency converter app built with Jetpack Compose.

(still under development 👷)

Android development

JetCurrency is an app that attempts to use the latest libraries and tools. As a summary:

Screenshots

Download

Get it on Google Play

Currencylayer API key

JetCurrency uses the Currencylayer to load exchange rate data. To use the API, you will need to obtain a free developer API key. See the Currencylayer API Documentation for instructions.

Once you have the key, add this line to the gradle.properties file, either in your user home directory (usually ~/.gradle/gradle.properties on Linux and Mac) or in the project's root folder:

currencylayer_access_key=<your Currencylayer access key>

Credits

License

Licensed under the GPLv3: http://www.gnu.org/licenses/gpl-3.0.html