/kinformer

Primary LanguageKotlin

Kinformer

This is a simple demonstration of Ktor, Kotlinx HTML DSL and Kotlinx Coroutines.

The app is very simple, it fetches crypto currencies ticker data from the Bitstamp API and display them on a simple webpage.

Run

./gradlew run

This will start a webserver on http://localhost:8080/

Check style

Check style:

./gradlew ktlint

Fix style errors:

./gradlew ktlintFormat

License

MIT