{"id":44621992,"url":"https://github.com/skamsie/hs-weather","last_synced_at":"2026-02-14T14:14:19.106Z","repository":{"id":79092310,"uuid":"66196874","full_name":"skamsie/hs-weather","owner":"skamsie","description":"Weather menubar app for hammerspoon","archived":false,"fork":false,"pushed_at":"2019-04-25T20:05:00.000Z","size":505,"stargazers_count":17,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-01-29T03:40:38.570Z","etag":null,"topics":["hammerspoon","lua","weather"],"latest_commit_sha":null,"homepage":null,"language":"Lua","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/skamsie.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}},"created_at":"2016-08-21T12:07:37.000Z","updated_at":"2020-10-19T03:22:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"c23b14fa-49d9-4611-8020-1ea4aebe04c2","html_url":"https://github.com/skamsie/hs-weather","commit_stats":{"total_commits":23,"total_committers":4,"mean_commits":5.75,"dds":0.6521739130434783,"last_synced_commit":"8482d388a5d94149dd949d61338e0f34e853ef1f"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/skamsie/hs-weather","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skamsie%2Fhs-weather","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skamsie%2Fhs-weather/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skamsie%2Fhs-weather/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skamsie%2Fhs-weather/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/skamsie","download_url":"https://codeload.github.com/skamsie/hs-weather/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skamsie%2Fhs-weather/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29446642,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-14T14:10:32.461Z","status":"ssl_error","status_checked_at":"2026-02-14T14:09:49.945Z","response_time":53,"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":["hammerspoon","lua","weather"],"created_at":"2026-02-14T14:14:18.273Z","updated_at":"2026-02-14T14:14:19.098Z","avatar_url":"https://github.com/skamsie.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# hs-weather\n\nWeather menubar app for [hammerspoon](http://www.hammerspoon.org) users.\n\n:warning: **DEPRECATED**\n\n_Important EOL Notice: As of Thursday, Jan. 3, 2019, the weather.yahooapis.com and query.yahooapis.com for Yahoo Weather API will be retired.\nTo continue using our free Yahoo Weather APIs, use https://weather-ydn-yql.media.yahoo.com/forecastrss._\n\n### Setup\n\n1. Copy the repo to your hammerspoon folder. \n```cp -r hs-weather ~/.hammerspoon```\n2. Add this to your init.lua\n```\nlocal weather = require(\"hs-weather\")\nweather.start()\n```\n3. Modify config.json to suit your needs  \n  - ```geolocation: true``` =\u003e if hammerspoon has location services enabled, will get weather for current location and the ```location``` parameter will be ignored\n\nNow the weather should be shown in the menu bar.\n\n[![Screen Shot 2016-08-21 at 2.37.41 PM.png](https://s10.postimg.org/e9djfzq6x/Screen_Shot_2016_08_21_at_2_37_41_PM.png)](https://postimg.org/image/rdj3soi8l/)\n\n**NOTES**\n- click updates weather\n- hover shows last yahoo update for the location\n- if right after opening hammerspoon it shows N/A, just click to retry (this happens because sometimes yahoo returns an empty response for the location)\n- Config can also be passed as an argument to weather.start() e.g.\n```\nlocal weather = require(\"hs-weather\")\nweather.start({\n  geolocation = true,\n  units = 'F'\n})\n```\n- Default refresh is 5 minutes\n- Disable by calling ```weather.stop()```\n\n### Credits\n\nWeather data: [Yahoo Weather API](https://developer.yahoo.com/weather/). It does not require an api key.  \nIcons by RNS, Freepik, Vectors Market, Yannick at http://www.flaticon.com\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskamsie%2Fhs-weather","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fskamsie%2Fhs-weather","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskamsie%2Fhs-weather/lists"}