{"id":17647132,"url":"https://github.com/ellisvalentiner/steampipe-plugin-weatherkit","last_synced_at":"2025-08-18T09:42:31.967Z","repository":{"id":45743101,"uuid":"514332672","full_name":"ellisvalentiner/steampipe-plugin-weatherkit","owner":"ellisvalentiner","description":"Use SQL to instantly query WeatherKit.","archived":false,"fork":false,"pushed_at":"2025-08-11T20:19:52.000Z","size":289,"stargazers_count":5,"open_issues_count":3,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-08-11T22:11:39.892Z","etag":null,"topics":["hacktoberfest","steampipe-plugin","weatherkit","weatherkit-rest-api"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ellisvalentiner.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-07-15T16:19:03.000Z","updated_at":"2025-08-11T20:19:56.000Z","dependencies_parsed_at":"2024-05-08T12:26:21.483Z","dependency_job_id":"d6f6e84a-4288-47bb-ae37-97285bdcc6b5","html_url":"https://github.com/ellisvalentiner/steampipe-plugin-weatherkit","commit_stats":{"total_commits":35,"total_committers":3,"mean_commits":"11.666666666666666","dds":"0.48571428571428577","last_synced_commit":"150a6e82139ce45dd88a4440be905f400d6e2fd0"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/ellisvalentiner/steampipe-plugin-weatherkit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ellisvalentiner%2Fsteampipe-plugin-weatherkit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ellisvalentiner%2Fsteampipe-plugin-weatherkit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ellisvalentiner%2Fsteampipe-plugin-weatherkit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ellisvalentiner%2Fsteampipe-plugin-weatherkit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ellisvalentiner","download_url":"https://codeload.github.com/ellisvalentiner/steampipe-plugin-weatherkit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ellisvalentiner%2Fsteampipe-plugin-weatherkit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270974529,"owners_count":24678250,"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","status":"online","status_checked_at":"2025-08-18T02:00:08.743Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["hacktoberfest","steampipe-plugin","weatherkit","weatherkit-rest-api"],"created_at":"2024-10-23T11:10:39.912Z","updated_at":"2025-08-18T09:42:31.926Z","avatar_url":"https://github.com/ellisvalentiner.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WeatherKit Plugin for Steampipe\n\n\u003e #### Note: WeatherKit REST API is in _beta_. Contributes are welcome to fix issues that may arise as the API changes or other improvements to the plugin.\n\n## Quick start\n\nInstall the plugin with Steampipe:\n\n```sh\nsteampipe plugin install ellisvalentiner/weatherkit\n```\n\nGet the current temperature and condition:\n\n```sql\nselect\n  as_of,\n  temperature,\n  condition_code\nfrom\n  weatherkit_current_weather\nwhere\n  latitude = '42.281'\n  and longitude = '-83.743';\n```\n\nGet the precipitation forecast:\n\n```sql\nselect\n  forecast_start::date as forecast_date,\n  precipitation_chance,\n  precipitation_amount\nfrom\n  weatherkit_daily_forecast\nwhere\n  latitude = '42.281'\n  and longitude = '-83.743'\norder by\n  forecast_date;\n```\n\n## Developing\n\nPrerequisites:\n\n* Steampipe\n* Golang\n\nClone:\n\n```sh\ngit clone https://github.com/ellisvalentiner/steampipe-plugin-weatherkit.git\ncd steampipe-plugin-weatherkit\n```\n\nBuild, which automatically installs the new version to your `~/.steampipe/plugins` directory:\n\n```sh\nmake\n```\n\nConfigure the plugin:\n\n```sh\ncp config/* ~/.steampipe/config\nnano ~/.steampipe/config/weatherkit.spc\n```\n\nTry it!\n\n```sh\nsteampipe query\n\u003e .inspect weatherkit\n```\n\n## Legal\n\nApple Weather and Weather are trademarks of Apple Inc.\n\n[Data Sources](https://weatherkit.apple.com/legal-attribution.html)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fellisvalentiner%2Fsteampipe-plugin-weatherkit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fellisvalentiner%2Fsteampipe-plugin-weatherkit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fellisvalentiner%2Fsteampipe-plugin-weatherkit/lists"}