https://github.com/eendroroy/openweathermap-sdk
java/kotlin sdk for https://openweathermap.org apis
https://github.com/eendroroy/openweathermap-sdk
java kotlin openweather-api-java openweather-api-kotlin openweathermap openweathermap-api openweathermap-api-java openweathermap-api-kotlin openweathermap-apis weather-api-java weather-api-kotlin
Last synced: about 1 month ago
JSON representation
java/kotlin sdk for https://openweathermap.org apis
- Host: GitHub
- URL: https://github.com/eendroroy/openweathermap-sdk
- Owner: eendroroy
- License: mit
- Created: 2020-04-16T00:29:48.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-18T07:40:40.000Z (almost 6 years ago)
- Last Synced: 2025-01-26T19:21:59.322Z (over 1 year ago)
- Topics: java, kotlin, openweather-api-java, openweather-api-kotlin, openweathermap, openweathermap-api, openweathermap-api-java, openweathermap-api-kotlin, openweathermap-apis, weather-api-java, weather-api-kotlin
- Language: Kotlin
- Homepage:
- Size: 168 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OpenWeatherMapSdk
[](https://bintray.com/eendroroy/com.github.eendroroy/openweathermap-sdk/_latestVersion)
[](https://github.com/eendroroy/openweathermap-sdk/tags)
[](https://github.com/eendroroy/openweathermap-sdk/graphs/contributors)
[](https://github.com/eendroroy/openweathermap-sdk)
[](https://github.com/eendroroy/openweathermap-sdk/blob/master/LICENSE)
[](https://github.com/eendroroy/openweathermap-sdk/issues)
[](https://github.com/eendroroy/openweathermap-sdk/issues?q=is%3Aissue+is%3Aclosed)
[](https://github.com/eendroroy/openweathermap-sdk/pulls)
[](https://github.com/eendroroy/openweathermap-sdk/pulls?q=is%3Apr+is%3Aclosed)
### Installation
*Maven*
```xml
com.github.eendroroy
openweathermap-sdk
0.1.1
```
*Gradle*
```groovy
dependencies {
implementation 'com.github.eendroroy:openweathermap-sdk:0.1.1'
}
```
## Contributing
Bug reports and pull requests are welcome on GitHub at [openweathermap-sdk](https://github.com/eendroroy/openweathermap-sdk) repository.
This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the
[Contributor Covenant](http://contributor-covenant.org) code of conduct.
1. Fork it ( https://github.com/eendroroy/openweathermap-sdk/fork )
1. Create your feature branch (`git checkout -b my-new-feature`)
1. Commit your changes (`git commit -am 'Add some feature'`)
1. Push to the branch (`git push origin my-new-feature`)
1. Create a new Pull Request
## Author
* **indrajit** - *Owner* - [eendroroy](https://github.com/eendroroy)
## License
The project is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).