An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# OpenWeatherMapSdk

[![Download](https://api.bintray.com/packages/eendroroy/com.github.eendroroy/openweathermap-sdk/images/download.svg)](https://bintray.com/eendroroy/com.github.eendroroy/openweathermap-sdk/_latestVersion)
[![GitHub tag](https://img.shields.io/github/tag/eendroroy/openweathermap-sdk.svg)](https://github.com/eendroroy/openweathermap-sdk/tags)

[![Contributors](https://img.shields.io/github/contributors/eendroroy/openweathermap-sdk.svg)](https://github.com/eendroroy/openweathermap-sdk/graphs/contributors)
[![GitHub last commit (branch)](https://img.shields.io/github/last-commit/eendroroy/openweathermap-sdk/master.svg)](https://github.com/eendroroy/openweathermap-sdk)
[![license](https://img.shields.io/github/license/eendroroy/openweathermap-sdk.svg)](https://github.com/eendroroy/openweathermap-sdk/blob/master/LICENSE)
[![GitHub issues](https://img.shields.io/github/issues/eendroroy/openweathermap-sdk.svg)](https://github.com/eendroroy/openweathermap-sdk/issues)
[![GitHub closed issues](https://img.shields.io/github/issues-closed/eendroroy/openweathermap-sdk.svg)](https://github.com/eendroroy/openweathermap-sdk/issues?q=is%3Aissue+is%3Aclosed)
[![GitHub pull requests](https://img.shields.io/github/issues-pr/eendroroy/openweathermap-sdk.svg)](https://github.com/eendroroy/openweathermap-sdk/pulls)
[![GitHub closed pull requests](https://img.shields.io/github/issues-pr-closed/eendroroy/openweathermap-sdk.svg)](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).