{"id":20453869,"url":"https://github.com/devyukine/weatherware","last_synced_at":"2026-04-18T05:31:35.155Z","repository":{"id":98903902,"uuid":"133985191","full_name":"DevYukine/weatherware","owner":"DevYukine","description":"A Module to get information from the Microsoft weather API","archived":false,"fork":false,"pushed_at":"2018-07-09T23:33:53.000Z","size":31,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-01T18:02:02.516Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/DevYukine.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":"2018-05-18T17:33:30.000Z","updated_at":"2020-05-29T17:21:34.000Z","dependencies_parsed_at":null,"dependency_job_id":"69330b78-1b86-42a7-8803-0c10dc5187b4","html_url":"https://github.com/DevYukine/weatherware","commit_stats":null,"previous_names":["dev-yukine/weatherware"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevYukine%2Fweatherware","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevYukine%2Fweatherware/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevYukine%2Fweatherware/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevYukine%2Fweatherware/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DevYukine","download_url":"https://codeload.github.com/DevYukine/weatherware/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242005826,"owners_count":20056434,"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":[],"created_at":"2024-11-15T11:14:12.430Z","updated_at":"2025-12-06T05:02:03.225Z","avatar_url":"https://github.com/DevYukine.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WeebTS\nTypescript module to get information from the Microsoft weather API, usable in both TS and JS.\n\nExample usage:\n\nTypescript:\n```Typescript\nimport { Client } from 'weatherware';\n\nconst client: Client = new Client();\n\nclient.getWeather({ query: 'city name or zipcode' })\n\t.then(console.log)\n\t.catch(console.error);\n```\n\nJavascript:\n```js\nconst { Client } = require('weatherware');\n\nconst client = new Client({ language: 'default Language (can be overriden in the getWeather method)', degreeType: 'default degreeType (can be overriden in the getWeather method)' });\n\nclient.getWeather({ query: 'city name or zipcode'})\n\t.then(console.log)\n\t.catch(console.error);\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevyukine%2Fweatherware","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevyukine%2Fweatherware","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevyukine%2Fweatherware/lists"}