{"id":22842848,"url":"https://github.com/ryancurrah/weatherterm","last_synced_at":"2026-04-14T19:32:33.305Z","repository":{"id":85321310,"uuid":"190955064","full_name":"ryancurrah/weatherterm","owner":"ryancurrah","description":"Weather in your terminal!","archived":false,"fork":false,"pushed_at":"2024-12-08T15:59:23.000Z","size":16664,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-19T00:40:42.626Z","etag":null,"topics":["mac","openweathermap","powerlevel10k","powerlevel9k","shell","terminal","weather","zsh"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ryancurrah.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2019-06-09T02:21:47.000Z","updated_at":"2024-12-08T15:59:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"dff9b289-7e79-4e69-abb9-5f7bdc68564f","html_url":"https://github.com/ryancurrah/weatherterm","commit_stats":null,"previous_names":["ryancurrah/weatherterm","ryancurrah/weather-term"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/ryancurrah/weatherterm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryancurrah%2Fweatherterm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryancurrah%2Fweatherterm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryancurrah%2Fweatherterm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryancurrah%2Fweatherterm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ryancurrah","download_url":"https://codeload.github.com/ryancurrah/weatherterm/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryancurrah%2Fweatherterm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31812968,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T18:05:02.291Z","status":"ssl_error","status_checked_at":"2026-04-14T18:05:01.765Z","response_time":153,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["mac","openweathermap","powerlevel10k","powerlevel9k","shell","terminal","weather","zsh"],"created_at":"2024-12-13T02:10:46.177Z","updated_at":"2026-04-14T19:32:33.287Z","avatar_url":"https://github.com/ryancurrah.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# weatherterm\n\nWeather in your terminal! This binary updates a `.weatherterm` file in your home directory that can be used in your terminal.\n\n# Requirements\n\n- [OpenWeatherMap](https://openweathermap.org/) API key\n- `weatherterm` binary running in the background preferably as a service\n\n# Add to startup on mac\n\nThe install subcommand will create a plist service file. You will need to load and run it.\n\n```shell\nweatherterm run -country US -city Miami -key 0000000000000000000 -unit imperial\n\nlaunchctl load -w ~/Library/LaunchAgents/com.weatherterm.plist\n\nlaunchctl start -w ~/Library/LaunchAgents/com.weatherterm.plist\n```\n\n# Get it working with POWERLEVEL9k\n\nIn your .zshrc file add the following lines...\n\n```shell\nPOWERLEVEL9K_CUSTOM_WEATHER=\"prompt_weather\"\nPOWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(custom_weather)\n\nfunction prompt_weather() {\n    echo \"$(cat \"${HOME}/.weatherterm\")\"\n}\n```\n\n# Example\n\n```shell\nweatherterm run -country US -city Miami -key 0000000000000000000 -unit imperial\n^C\n\ncat ~/.weather\n🌡 0.82 ⛅   💨 7.72m/s SSW\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryancurrah%2Fweatherterm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fryancurrah%2Fweatherterm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryancurrah%2Fweatherterm/lists"}