Mobile application for showing the news from https://newsapi.org/
To build the project, please follow the steps:
- Get an api key was documented here https://newsapi.org/
- Create an api_tokens.properties file in the root of the project
- Add
api_key=YOUR_API_KEY
to this file.