{"id":21883155,"url":"https://github.com/eendroroy/openweathermap-sdk","last_synced_at":"2026-05-10T03:04:39.939Z","repository":{"id":71992078,"uuid":"256068889","full_name":"eendroroy/openweathermap-sdk","owner":"eendroroy","description":"java/kotlin sdk for https://openweathermap.org apis","archived":false,"fork":false,"pushed_at":"2020-07-18T07:40:40.000Z","size":172,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-26T19:21:59.322Z","etag":null,"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"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eendroroy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-04-16T00:29:48.000Z","updated_at":"2020-07-18T07:39:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"5d83d602-bae6-485a-9c62-d7a96fd7fb3b","html_url":"https://github.com/eendroroy/openweathermap-sdk","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eendroroy%2Fopenweathermap-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eendroroy%2Fopenweathermap-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eendroroy%2Fopenweathermap-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eendroroy%2Fopenweathermap-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eendroroy","download_url":"https://codeload.github.com/eendroroy/openweathermap-sdk/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244890102,"owners_count":20527035,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["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"],"created_at":"2024-11-28T09:39:30.904Z","updated_at":"2026-05-10T03:04:34.903Z","avatar_url":"https://github.com/eendroroy.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OpenWeatherMapSdk\n\n[![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)\n[![GitHub tag](https://img.shields.io/github/tag/eendroroy/openweathermap-sdk.svg)](https://github.com/eendroroy/openweathermap-sdk/tags)\n\n[![Contributors](https://img.shields.io/github/contributors/eendroroy/openweathermap-sdk.svg)](https://github.com/eendroroy/openweathermap-sdk/graphs/contributors)\n[![GitHub last commit (branch)](https://img.shields.io/github/last-commit/eendroroy/openweathermap-sdk/master.svg)](https://github.com/eendroroy/openweathermap-sdk)\n[![license](https://img.shields.io/github/license/eendroroy/openweathermap-sdk.svg)](https://github.com/eendroroy/openweathermap-sdk/blob/master/LICENSE)\n[![GitHub issues](https://img.shields.io/github/issues/eendroroy/openweathermap-sdk.svg)](https://github.com/eendroroy/openweathermap-sdk/issues)\n[![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)\n[![GitHub pull requests](https://img.shields.io/github/issues-pr/eendroroy/openweathermap-sdk.svg)](https://github.com/eendroroy/openweathermap-sdk/pulls)\n[![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)\n\n### Installation\n\n*Maven*\n\n```xml\n\u003cdependency\u003e\n\t\u003cgroupId\u003ecom.github.eendroroy\u003c/groupId\u003e\n\t\u003cartifactId\u003eopenweathermap-sdk\u003c/artifactId\u003e\n\t\u003cversion\u003e0.1.1\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\n*Gradle*\n```groovy\ndependencies {\n    implementation 'com.github.eendroroy:openweathermap-sdk:0.1.1'\n}\n```\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at [openweathermap-sdk](https://github.com/eendroroy/openweathermap-sdk) repository.\nThis project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the\n[Contributor Covenant](http://contributor-covenant.org) code of conduct.\n\n  1. Fork it ( https://github.com/eendroroy/openweathermap-sdk/fork )\n  1. Create your feature branch (`git checkout -b my-new-feature`)\n  1. Commit your changes (`git commit -am 'Add some feature'`)\n  1. Push to the branch (`git push origin my-new-feature`)\n  1. Create a new Pull Request\n\n## Author\n\n* **indrajit** - *Owner* - [eendroroy](https://github.com/eendroroy)\n\n## License\n\nThe project is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feendroroy%2Fopenweathermap-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feendroroy%2Fopenweathermap-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feendroroy%2Fopenweathermap-sdk/lists"}