🌤️ An awesome Android weather forecast app, which uses OpenWeatherMap API. ☂️⛈️ ( Java, Android Studio )
About • Features • Built with • Usage • Contributing • Support & Feedback • License
WeatherApp is a simple weather forecast app, which uses OpenWeatherMap API to fetch 5 day / 3 hour forecast data based on given location. This application, developed in the Android Studio environment, processes the temperature, wind, pressure, weather and humidity data fetched in JSON format and displays them to the user.
Some of the features the project includes:
- Weather info by current location
- 5 Day Forecast
- Current humidity, wind and real feel info
- Search weather by location
- Secure API key
- Android Studio - Android Studio is the official Integrated Development Environment (IDE) for Android app development, based on IntelliJ IDEA.
- OpenWeatherMap - OpenWeatherMap is an online service that provides global weather data via API, including current weather data, forecasts, nowcasts and historical weather data for any geographical location.
In order to use the project, you first need your own OpenWeatherMap API key:
- Sign up on OpenWeatherMap to get your api keys.
- Once you've registered go to your Account > My API keys. The 'Default key' is what you'll need.
- Set the
ApiKey
property ingradle.properties
file to your api key.
ApiKey = YOUR_OPENWEATHERMAP_API_KEY
Want to contribute? Great! To fix a bug or enhance an existing module, follow these steps:
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/enhanced-feature
) - Commit your Changes (
git commit -m 'Add some enhanced-feature'
) - Push to the Branch (
git push origin feature/enhanced-feature
) - Open a Pull Request
If you are having technical issues or want to raise a bug/issue with the app, the preferred way is through GitHub issues. In order to contact with me for any other request please send an email to: eneskeskinfk@gmail.com
Distributed under the MIT License. See LICENSE
for more information.