Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 1.42 KB

README.md

File metadata and controls

27 lines (21 loc) · 1.42 KB

Weather-App

  • This is an android application that displays weather elements (temperature,humidity,pressure,etc) using OpenWeatherAPI.

OpenWeatherAPI

  • OpenWeatherAPI are providing highly recognisable weather products that make working with the weather data a way easier. OpenWeatherAPI work with millions of developers around a clock and believe that these benefits might be suitable for most of applications, up to the complex enterprise systems.

How to start using OpenWeatherAPI? - Getting started

How to use the Current weather data API? - Access current weather data for any location on Earth including over 200,000 cities! This API collects and processes weather data from different sources such as global and local weather models, satellites, radars and a vast network of weather stations. Data is available in JSON, XML, or HTML format. How to make an API call

Requirements

Pricing

Code changes

  • Add your personalized API KEY in MainActivity.java at line 60.
private static final String OPEN_WEATHER_APP_API =""; // provide key here