Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 610 Bytes

File metadata and controls

21 lines (15 loc) · 610 Bytes

README

RSS news reader from various website (eg : techcrunch, hacker news, football italia, reddit etc). Fetching news data from API https://newsapi.org/ It's build using Kotlin. :)

How do I get set up?

  • Checkout this repo (git clone)
  • Open in Android Studio or other your favourite IDE
  • Make sure your IDE has installed kotlin plugin
  • Register to https://newsapi.org/register and get API Key
  • Put your registered API key into gradle.properties, api_key="YOUR_API_KEY"
  • Play it

References

Who do I talk to?