{"id":22602182,"url":"https://github.com/silent-watcher/weather","last_synced_at":"2025-07-06T16:04:27.654Z","repository":{"id":148851652,"uuid":"618770620","full_name":"Silent-Watcher/weather","owner":"Silent-Watcher","description":" The app displays the current weather conditions for a given location based on the user's input.","archived":false,"fork":false,"pushed_at":"2023-05-11T19:24:08.000Z","size":1910,"stargazers_count":8,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-01T01:56:16.734Z","etag":null,"topics":["api","css","html5","javascript","openweathermap-api","scss","simple-project","vite","vitejs","weather","weather-app"],"latest_commit_sha":null,"homepage":"https://silent-watcher.github.io/weather/","language":"JavaScript","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/Silent-Watcher.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":"CODE_OF_CONDUCT.md","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,"zenodo":null}},"created_at":"2023-03-25T09:53:53.000Z","updated_at":"2025-05-13T17:01:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"f5e66cad-26bb-42d0-83b0-353ed28226db","html_url":"https://github.com/Silent-Watcher/weather","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Silent-Watcher/weather","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Silent-Watcher%2Fweather","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Silent-Watcher%2Fweather/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Silent-Watcher%2Fweather/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Silent-Watcher%2Fweather/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Silent-Watcher","download_url":"https://codeload.github.com/Silent-Watcher/weather/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Silent-Watcher%2Fweather/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263932016,"owners_count":23531707,"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":["api","css","html5","javascript","openweathermap-api","scss","simple-project","vite","vitejs","weather","weather-app"],"created_at":"2024-12-08T12:19:10.622Z","updated_at":"2025-07-06T16:04:27.648Z","avatar_url":"https://github.com/Silent-Watcher.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Weather app\n\nusing the user's input and geographical location to collect weather information\n\n\u003cp dir=\"auto\"\u003e\u003ca href=\"https://github.com/sindresorhus/awesome\"\u003e\u003cimg src=\"https://camo.githubusercontent.com/abb97269de2982c379cbc128bba93ba724d8822bfbe082737772bd4feb59cb54/68747470733a2f2f63646e2e7261776769742e636f6d2f73696e647265736f726875732f617765736f6d652f643733303566333864323966656437386661383536353265336136336531353464643865383832392f6d656469612f62616467652e737667\" alt=\"Awesome\" data-canonical-src=\"https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg\" style=\"max-width: 100%;\"\u003e\u003c/a\u003e \u003ca href=\"https://github.com/chetanraj/awesome-github-badges\"\u003e\u003cimg src=\"https://camo.githubusercontent.com/ff817852f0d676a36eaa3108d380e0052e689d9e0bc3eb42818fb21008708420/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4d616465253230576974682d4c6f76652d6f72616e67652e737667\" alt=\"Made With Love\" data-canonical-src=\"https://img.shields.io/badge/Made%20With-Love-orange.svg\" style=\"max-width: 100%;\"\u003e\u003c/a\u003e\u003c/p\u003e\n\n## Overview\n\n![App Screenshot](https://iili.io/HNcddGa.png)\n\n## Demo\n### netlify\nhttps://weatherdevwithapi.netlify.app/\n### GitHub pages \nhttps://silent-watcher.github.io/weather/\n\n## Prerequisites\nIn order to run this project, you will need to have the following installed on your computer:\n- nodejs\n- yarn | npm\n## Run Locally\n\nClone the project\n\n```bash\n  git clone https://github.com/Silent-Watcher/weather\n```\n\nGo to the project directory\n\n```bash\n  cd weather\n```\n\nInstall dependencies\n\n```bash\n  npm install\n  yarn\n```\n\nStart the server\n\n```bash\n  npm run dev\n  yarn dev\n```\n\n## Acknowledgements\n\n - [The build tool and development server.](https://vitejs.dev/)\n - [ The weather data API used in the project.](https://openweathermap.org/api)\n - [The package manager used in the project.](https://yarnpkg.com/)\n\n\n## Feedback\n\nIf you have any feedback, please reach out to me at alitabatabaee20@gmail.com\n\n\n## License\n\n[MIT](https://choosealicense.com/licenses/mit/)\n\nThis project is licensed under the MIT License. See the LICENSE file for details.\n\n\u003ca target=\"_blank\" rel=\"noopener noreferrer nofollow\" href=\"https://camo.githubusercontent.com/6038c8f1fd8f60de75477470e5a87210e9256202e01dfba9986446304a0f0254/68747470733a2f2f63617073756c652d72656e6465722e76657263656c2e6170702f6170693f747970653d776176696e6726636f6c6f723d6772616469656e74266865696768743d36302673656374696f6e3d666f6f746572\"\u003e\u003cimg src=\"https://camo.githubusercontent.com/6038c8f1fd8f60de75477470e5a87210e9256202e01dfba9986446304a0f0254/68747470733a2f2f63617073756c652d72656e6465722e76657263656c2e6170702f6170693f747970653d776176696e6726636f6c6f723d6772616469656e74266865696768743d36302673656374696f6e3d666f6f746572\" data-canonical-src=\"https://capsule-render.vercel.app/api?type=waving\u0026amp;color=gradient\u0026amp;height=60\u0026amp;section=footer\" style=\"max-width: 100%;\"\u003e\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsilent-watcher%2Fweather","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsilent-watcher%2Fweather","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsilent-watcher%2Fweather/lists"}