This is a project of a weather app built in Kotlin, consuming OpenWeatherAPI ⛈️
- Clone o repositório em seu computador:
$ git clone https://github.com/zLuCaS2K/MyWeather.git
- Create your OpenWeather account.
- Create your api key here.
- Enter your api key in the Constants.kt file in the YOUR-API-KEY field:
const val API_KEY = "YOUR-API-KEY"
- Material Design.
- View weather information according to your location.
- Change the language of the data returned from the api.
- Change the temperature unit (Celsius or Fahrenheit).
- Get information such as temperature, temperature sensation, wind speed, pressure and humidity.
- Core
- API
- Architecture
- MVVM.
- Libraries
- Material Design.
- Room.
- Coroutines.
- Retrofit.
- Gson.
- Lottie.
- Glide.
- DataStore.
- Play Services Location.
- Instagram at @luucas_dev
- Linkedin at Lucas Santos
This project is licensed under the MIT License - see the LICENSE file for details.
Feito com ♥