Skip to content

Latest commit

 

History

History
51 lines (38 loc) · 2.6 KB

README.md

File metadata and controls

51 lines (38 loc) · 2.6 KB

OpenWeatherMapSdk

Download GitHub tag

Contributors GitHub last commit (branch) license GitHub issues GitHub closed issues GitHub pull requests GitHub closed pull requests

Installation

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'
}

Contributing

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.

  1. Fork it ( https://github.com/eendroroy/openweathermap-sdk/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Author

License

The project is available as open source under the terms of the MIT License.