Skip to content

ardaozceviz/KotlinWeather

Repository files navigation

Kotlin Weather

This is a clean and simple weather app for Android developed in Kotlin which I believe it might be a useful source for those who want the see how Kotlin language works in Android development.

Get it on Google Play

Screenshots

Overview

This app basically uses GPS to determine the device's location and retrieves the 7 days forecast data accordingly from darksky's API service. In order to build this project, you will need to apply for your own API key from darksky. They have free plan which allows you to make 1000 requests per day.

Libraries used in this project

Build the project

  • Clone or download the project
  • Obtain your API key from darksky
  • Add the following attribute to your "gradle.properties" file using this format.
API_KEY = "your_api_key_goes_here"
  • Build the project!

In Action!

Demo screenshot

Others

  • Welcome anyone to raise a new issue.
  • Welcome anyone to push a pull request to improve the project.

Find it helpful?

  • Support me by clicking the ⭐ button on the upper right of this page.
  • Spread it to others to let more people to have an access to this project.

Reference

License

MIT License

Copyright (c) 2017 Arda Özceviz

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.