- This is an android application that displays weather elements (temperature,humidity,pressure,etc) using 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
- Create a user account on OpenWeatherAPI and generate an unique API KEY.
- 1,000 API calls per day for free
- Other business options provided by OpenWeatherAPI - Startup, Developer, Professional, Enterprise
- Add your personalized API KEY in MainActivity.java at line 60.
private static final String OPEN_WEATHER_APP_API =""; // provide key here