This is a Kotlin app that fetches data from two news sources, the Guardian API and News API.
- You need API Keys from Guardian and News API.
- Rename the secrets.sample.properties file to secrets.properties and fill the GUARDIAN_API_KEY and NEWS_API_KEY properties.
GUARDIAN_API_KEY="Your API key"
NEWS_API_KEY="Your API key"
You can run the app via Appetize