An open API service indexing awesome lists of open source software.

https://github.com/voghdev/carquery-kmm


https://github.com/voghdev/carquery-kmm

Last synced: about 1 year ago
JSON representation

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