centsten2000 / WeatherApp

A simple weather app in Kotlin made using the OpenWeatherMap API to display a single day and seven day forecast

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WeatherApp

A simple weather app that grabs a single day and seven day forecast using openweathermap api Upon pressing the single day button, it will return time, description, temp, humidity, windspeed for one day Upon pressing the 7 day button, it will return a scrollable textView containing the info for the full week

Single Day:

Capture

Seven Day:

Capture2

Note: The api request is hard-coded for the latitude and longitude corresponding to Detroit, MI

Note: If you wish to run this app, please add your own api key in MainActivity! You can obtain one by making a free account here https://openweathermap.org/

About

A simple weather app in Kotlin made using the OpenWeatherMap API to display a single day and seven day forecast


Languages

Language:Kotlin 100.0%