{"id":20895107,"url":"https://github.com/topheman/deno-weather","last_synced_at":"2026-04-20T08:33:12.995Z","repository":{"id":145502968,"uuid":"359771415","full_name":"topheman/deno-weather","owner":"topheman","description":"🦕🌦A deno cli/wrapper around wttr.in to discover deno","archived":false,"fork":false,"pushed_at":"2021-12-28T17:29:12.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-26T20:11:30.465Z","etag":null,"topics":["deno","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/topheman.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":"2021-04-20T10:15:42.000Z","updated_at":"2021-12-28T17:29:15.000Z","dependencies_parsed_at":"2024-03-09T00:41:38.591Z","dependency_job_id":null,"html_url":"https://github.com/topheman/deno-weather","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/topheman/deno-weather","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/topheman%2Fdeno-weather","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/topheman%2Fdeno-weather/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/topheman%2Fdeno-weather/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/topheman%2Fdeno-weather/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/topheman","download_url":"https://codeload.github.com/topheman/deno-weather/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/topheman%2Fdeno-weather/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32040163,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T00:18:06.643Z","status":"online","status_checked_at":"2026-04-20T02:00:06.527Z","response_time":94,"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":["deno","typescript"],"created_at":"2024-11-18T10:24:57.136Z","updated_at":"2026-04-20T08:33:12.953Z","avatar_url":"https://github.com/topheman.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# deno-weather\n\nCli/Wrapper in deno based on the API behind https://wttr.in/.\n\nThe goal of this project is to discover deno.\n\nYou can launch the cli simply with:\n\n```sh\ndeno run https://raw.githubusercontent.com/topheman/deno-weather/master/mod.ts\n\n# to show help :\ndeno run https://raw.githubusercontent.com/topheman/deno-weather/master/mod.ts --help\n\n# to specify a loacation :\ndeno run https://raw.githubusercontent.com/topheman/deno-weather/master/mod.ts Paris, France\n\n# you can specify a language\ndeno run https://raw.githubusercontent.com/topheman/deno-weather/master/mod.ts Paris, France --lang fr\n```\n\nYou can use the api that way:\n\n```js\nimport { makeApi } from \"https://raw.githubusercontent.com/topheman/deno-weather/master/mod.ts\";\n\nconst api = makeApi();\n\nconst payload = await api({\n  params: {\n    lang: \"fr\",\n  },\n  location: \"Paris, France\",\n});\nconsole.log(JSON.stringify(payload, null, \"  \"));\n```\n\nTODO : point to a specific tag instead of `master`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftopheman%2Fdeno-weather","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftopheman%2Fdeno-weather","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftopheman%2Fdeno-weather/lists"}