{"id":16919318,"url":"https://github.com/antonmedv/is-it-cloudy","last_synced_at":"2026-02-17T16:00:45.818Z","repository":{"id":57145496,"uuid":"83633896","full_name":"antonmedv/is-it-cloudy","owner":"antonmedv","description":"Command line tool to printing weather info 🌦","archived":false,"fork":false,"pushed_at":"2017-03-02T18:28:54.000Z","size":5,"stargazers_count":10,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-27T08:49:26.108Z","etag":null,"topics":["bash","cli","nodejs"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/antonmedv.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}},"created_at":"2017-03-02T04:21:55.000Z","updated_at":"2023-11-28T11:04:16.000Z","dependencies_parsed_at":"2022-09-05T01:20:36.579Z","dependency_job_id":null,"html_url":"https://github.com/antonmedv/is-it-cloudy","commit_stats":null,"previous_names":["elfet/is-it-cloudy"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/antonmedv/is-it-cloudy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antonmedv%2Fis-it-cloudy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antonmedv%2Fis-it-cloudy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antonmedv%2Fis-it-cloudy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antonmedv%2Fis-it-cloudy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/antonmedv","download_url":"https://codeload.github.com/antonmedv/is-it-cloudy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antonmedv%2Fis-it-cloudy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29549201,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-17T14:33:00.708Z","status":"ssl_error","status_checked_at":"2026-02-17T14:32:58.657Z","response_time":100,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["bash","cli","nodejs"],"created_at":"2024-10-13T19:43:56.183Z","updated_at":"2026-02-17T16:00:45.776Z","avatar_url":"https://github.com/antonmedv.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Is it cloudy? 🌦\n\nNode command line tool to printing weather info.\n\n\u003cp align=\"center\"\u003e\u003cimg width=\"551\" alt=\"Bash prompt with weather info\" src=\"https://cloud.githubusercontent.com/assets/141232/23497068/0d46f7dc-ff54-11e6-88e5-9ca9ff9180e7.png\"\u003e\u003c/p\u003e\n\n## Installation\n\n```sh\nnpm install -g is-it-cloudy\n```\n\n## Usage\n\n```\n  Usage: is-it-cloudy [options]\n\n  Options:\n\n    -h, --help             output usage information\n    -V, --version          output the version number\n    -c, --city [city]      city name for weather info\n    -a, --appid [id]       app id for openweathermap.org\n    -f, --format [format]  format output, %e for emoji, %t for temp\n```\n\n## Example\n\nYou can use this command to display weather in bash prompt.\n\nAdd next command to crontab to update status every 30 minutes:\n\n```sh\n0,30 * * * * /usr/local/bin/node /usr/local/bin/is-it-cloudy \u003e ~/.is-it-cloudy\n```\n\nAdd to your *.profile* file:\n\n```sh\nfunction set_ps1 {\n  weather=$(cat ~/.is-it-cloudy);\n  export PS1=\"${weather} \\w\\$\"\n}\n\nexport PROMPT_COMMAND=\"set_ps1;\"\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fantonmedv%2Fis-it-cloudy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fantonmedv%2Fis-it-cloudy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fantonmedv%2Fis-it-cloudy/lists"}