{"id":18267422,"url":"https://github.com/sandipgyawali/weather-cli","last_synced_at":"2026-04-24T16:06:25.002Z","repository":{"id":239964375,"uuid":"801110612","full_name":"SandipGyawali/weather-cli","owner":"SandipGyawali","description":"command line tool that helps retrivie weather information.","archived":false,"fork":false,"pushed_at":"2024-05-15T16:15:18.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-14T20:46:46.322Z","etag":null,"topics":["nodejs","typescript","weather","weather-cli"],"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/SandipGyawali.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":"2024-05-15T15:58:47.000Z","updated_at":"2024-05-15T16:15:21.000Z","dependencies_parsed_at":"2024-05-16T05:09:03.988Z","dependency_job_id":"d123b268-e244-48d4-9acd-6ebd34936fbc","html_url":"https://github.com/SandipGyawali/weather-cli","commit_stats":null,"previous_names":["sandipgyawali/weather-cli"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SandipGyawali%2Fweather-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SandipGyawali%2Fweather-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SandipGyawali%2Fweather-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SandipGyawali%2Fweather-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SandipGyawali","download_url":"https://codeload.github.com/SandipGyawali/weather-cli/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247964250,"owners_count":21025167,"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":["nodejs","typescript","weather","weather-cli"],"created_at":"2024-11-05T11:27:16.887Z","updated_at":"2026-04-24T16:06:19.966Z","avatar_url":"https://github.com/SandipGyawali.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# weather-cli\n\nCheck the weather from your terminal\n\n### Install\n\n```shell\n$ clone the repo\n$ yarn install\n$ npm link\n```\n\n```shell\n$ Note: Create an account in the openweather and use the api key from the profile that you get.\n```\n\n```shell\n$ weather --help\n\n  Options:\n  -V, --version                  output the version number\n  -h, --help                     display help for command\n\nCommands:\n  current \u003clocation\u003e             display the current weather data based on the city passed\n                                 Example: weather current location\n\n  forecast [options] \u003clocation\u003e  list of weather forecast data for the provided location\n                                 Example: weather forecast location\n\n  air-quality \u003clocation\u003e         display the air-quality of the location  that we define\n                                 Example: weather air-quality location\n\n  favorites                      List all the favorite locations\n                                 Example: weather favorites\n\n  add-favorite \u003clocation\u003e        Add a location to favorite\n                                 Example: weather favorites nepal\n\n  help [command]                 display help for command\n\n\n  Examples\n    $ weather current Nepal\n    result:\n    {\n      temperature: '22.18 deg',\n      Humidity: '59%',\n      Pressure: '1012hPa',\n      Wind_Speed: '2.08m/s',\n      description: 'broken clouds',\n      coordinate: { lon: 84, lat: 28 },\n      timezone: 20700,\n      visibility: 10000\n    }\n\n\n    $ weather air-quality Nepal\n    result:\n    {\n      AQI: 4,\n      PM2_5: 42.12,\n      PM10: 65.05,\n      O3: 141.62\n    }\n```\n\n### License\n\nLicensed under MIT. See [LICENSE](LICENSE) for more information.\n\n### Issues\n\nReport a bug in issues.\n\nMade by [Sandip Gyawali](https://github.com/SandipGyawali)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsandipgyawali%2Fweather-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsandipgyawali%2Fweather-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsandipgyawali%2Fweather-cli/lists"}