Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 907 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 907 Bytes

NY Times News with Kotlin Multiplatform

KMPNYTimesNews is a sample app using NYTimes API to display news. The purpose of the demo is to test the capabilities of Kotlin Multiplatform.

The sample is in active development with focus on theming, web support, and add more complex features.

Demo

Demo

Usage

  • Clone the repository and ensure you have an API key - developer nytimes.
  • Add your API key in gradle.properties as a value to ny_times_api_key.

Resources

Libraries

  • Koin
  • Coroutines
  • Room
  • Ktor
  • coil
  • Serialization
  • Viewmodel
  • Datetime
  • BuildKonfig