Maven
<dependency>
<groupId>com.github.eendroroy</groupId>
<artifactId>openweathermap-sdk</artifactId>
<version>0.1.1</version>
</dependency>
Gradle
dependencies {
implementation 'com.github.eendroroy:openweathermap-sdk:0.1.1'
}
Bug reports and pull requests are welcome on GitHub at 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 code of conduct.
- Fork it ( https://github.com/eendroroy/openweathermap-sdk/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
- indrajit - Owner - eendroroy
The project is available as open source under the terms of the MIT License.