Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/riteshpuvvada/weatherapp
Android weather forecast app, which uses OpenWeatherMap API
https://github.com/riteshpuvvada/weatherapp
android android-application android-studio java mobi mobile-app openweather-api weather-api weather-app weather-forecast
Last synced: 27 days ago
JSON representation
Android weather forecast app, which uses OpenWeatherMap API
- Host: GitHub
- URL: https://github.com/riteshpuvvada/weatherapp
- Owner: RiteshPuvvada
- License: mit
- Created: 2021-11-10T16:40:03.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-21T15:13:17.000Z (over 2 years ago)
- Last Synced: 2023-03-03T21:44:02.447Z (over 1 year ago)
- Topics: android, android-application, android-studio, java, mobi, mobile-app, openweather-api, weather-api, weather-app, weather-forecast
- Language: Java
- Homepage:
- Size: 8.27 MB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Weather App 🌦
Android weather forecast app, which uses OpenWeatherMap API
## About
Simple, free and fast weather API from [OpenWeatherMap](https://openweathermap.org/) you have access to the current weather data, hourly, 5-day and 16-day forecasts.
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.## Built with
- [Android Studio](https://developer.android.com/studio) - Android Studio is the official Integrated Development Environment (IDE) for Android app development, based on IntelliJ IDEA.
- [OpenWeatherMap](https://openweathermap.org/) - 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.## Screenshots
## Contributing
Feel free to contribute to this project, but, be sure to
- [ ] Open up an issue stating the problem/feature to be alerted of.
- [ ] Fork the repository and work on the issue.
- [ ] Send a pull request after finishing up on the code.
- [ ] Make sure you read [CONTRIBUTING.md](https://github.com/RiteshPuvvada/WeatherApp/blob/main/.github/CONTRIBUTING.md)
- [ ] The code will be reviewed and if all's good, merged into the main branch.Also, thanks for contributing to Open-source!
## License
This repository is under The MIT [License](https://github.com/RiteshPuvvada/WeatherApp/blob/main/LICENSE). Read the LICENSE file for more information.