Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 416 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 416 Bytes

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