/NewsApp

A simple news application that consumes the newsapi.org API to get news data.

Primary LanguageKotlin

NewsApp

A simple news application that consumes the newsapi.org API.

Application setup.

  1. Register on NewsAPI.org to get your API Key
  2. Paste the API key in your local.properties (Create the file if it doesn't exist) NAP_KEY=COPIED_API_KEY

Some of the Libraries used

  • Jetpack Compose
  • Dagger2
  • Retrofit
  • Moshi

License

GNU General Public License v3.0