A simple weather application that pulls the current temperature for a given zip code. At this moment, this application is intended for US territory only as it accepts a US zip code and displays the weather in fahrenheit only.
The application supports 6 weather providers
- AccuWeather (https://developer.accuweather.com/)
- Open Weather (https://home.openweathermap.org/users/sign_up)
- Weather API (https://www.weatherapi.com/signup.aspx)
- Visual Crossing (https://www.visualcrossing.com/sign-up)
- Weather Unlocked (https://developer.weatherunlocked.com/signup)
- WeatherBit.io (https://www.weatherbit.io/account/create)
To use the application, the user must signup for API access and enter the necessary key into the settings. All weather providers offer free accounts.