https://github.com/voghdev/carquery-kmm
https://github.com/voghdev/carquery-kmm
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/voghdev/carquery-kmm
- Owner: voghDev
- Created: 2023-05-31T20:42:08.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-19T19:27:04.000Z (over 2 years ago)
- Last Synced: 2025-02-17T21:16:25.089Z (over 1 year ago)
- Language: Kotlin
- Size: 111 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CarQuery
This project pretends to be a sample Android App to implement a client for CarQuery API
This Client will be implemented using
- Kotlin Multiplatform
- Jetpack compose
- Asynchronous code using [kotlinx.coroutines][14]
- error handling using [arrow-fx][2]
- Kotlin Code style & formatting check using [ktlint][3]
Installing
----------
Clone this repository and edit `local.properties` files. Add your CarQuery Api Key like this
carQueryApiKey=abc12345
where `abc12345` is your own ApiKey.
Icons
-----
All icons, were downloaded from [flaticon.com][4]
[1]: https://github.com/Kodein-Framework/Kodein-DI/
[2]: https://github.com/arrow-kt/arrow
[3]: https://github.com/shyiko/ktlint
[4]: http://www.flaticon.com
[14]: https://github.com/Kotlin/kotlinx.coroutines
[15]: https://github.com/voghDev/PlayBattlegrounds/pull/72