{"id":48593976,"url":"https://github.com/agworkgit/geolocation-forecast-app","last_synced_at":"2026-04-08T20:55:11.656Z","repository":{"id":212954444,"uuid":"732683486","full_name":"agworkgit/geolocation-forecast-app","owner":"agworkgit","description":"A geolocation weather forecast app built with the help of Open Weather API.","archived":false,"fork":false,"pushed_at":"2023-12-19T14:25:19.000Z","size":4095,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-08T20:55:08.274Z","etag":null,"topics":["api","css","edx","html","javascript","jquery","weather"],"latest_commit_sha":null,"homepage":"https://agworkgit.github.io/geolocation-forecast-app/","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/agworkgit.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}},"created_at":"2023-12-17T14:00:33.000Z","updated_at":"2023-12-17T14:49:51.000Z","dependencies_parsed_at":"2024-01-13T16:22:30.695Z","dependency_job_id":"f40eed9b-8521-450b-bd26-60a8dac80a1b","html_url":"https://github.com/agworkgit/geolocation-forecast-app","commit_stats":{"total_commits":7,"total_committers":1,"mean_commits":7.0,"dds":0.0,"last_synced_commit":"0bb758e49cd1436a26c68cafaffc3b315d0438d3"},"previous_names":["agworkgit/geolocation-forecast-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/agworkgit/geolocation-forecast-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agworkgit%2Fgeolocation-forecast-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agworkgit%2Fgeolocation-forecast-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agworkgit%2Fgeolocation-forecast-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agworkgit%2Fgeolocation-forecast-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/agworkgit","download_url":"https://codeload.github.com/agworkgit/geolocation-forecast-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agworkgit%2Fgeolocation-forecast-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31573788,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","response_time":54,"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":["api","css","edx","html","javascript","jquery","weather"],"created_at":"2026-04-08T20:55:10.435Z","updated_at":"2026-04-08T20:55:11.644Z","avatar_url":"https://github.com/agworkgit.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Weather Forecast Dashboard With Geolocation\n\n### Description\n\nA weather forecast dashboard with geolocation from an API and persistant data.\n\u003cbr\u003e\nThis is a graded assignment for module eight of edX's Skills Boot Camp in Front-End Web Development.\n\n## User Story\n\n```text\nAS A traveler\nI WANT to see the weather outlook for multiple cities\nSO THAT I can plan a trip accordingly\n```\n\n## Acceptance Criteria\n\n* Create a weather dashboard with form inputs.\n  * When a user searches for a city they are presented with current and future conditions for that city and that city is added to the search history\n  * When a user views the current weather conditions for that city they are presented with:\n    * The city name\n    * The date\n    * An icon representation of weather conditions\n    * The temperature\n    * The humidity\n    * The wind speed\n  * When a user view future weather conditions for that city they are presented with a 5-day forecast that displays:\n    * The date\n    * An icon representation of weather conditions\n    * The temperature\n    * The humidity\n  * When a user click on a city in the search history they are again presented with current and future conditions for that city\n\n## Usage\n\nThe following image shows the web application's appearance and functionality:\n\n![This web app is built with the use of pure HTML, CSS and JS.](/images/demo/weather-demo.gif)\n\n\u003e **Note**: This layout is designed to be responsive.\n\nThe following link will take you to the deployed webpage \u003chttps://agworkgit.github.io/geolocation-forecast-app/\u003e\n\n## Installation\n\nNo installation required, application is accessible at the deployed link.\n\n## License\n\nMIT License\n\nCopyright (c) 2023 Alex Grigore\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n\n## Badges\n\n![edX](https://img.shields.io/badge/edX-%2302262B.svg?style=for-the-badge\u0026logo=edX\u0026logoColor=white)\n![GitHub](https://img.shields.io/badge/github-%23121011.svg?style=for-the-badge\u0026logo=github\u0026logoColor=white)\n![HTML5](https://img.shields.io/badge/html5-%23E34F26.svg?style=for-the-badge\u0026logo=html5\u0026logoColor=white)\n![CSS3](https://img.shields.io/badge/css3-%231572B6.svg?style=for-the-badge\u0026logo=css3\u0026logoColor=white)\n![JavaScript](https://img.shields.io/badge/javascript-%23323330.svg?style=for-the-badge\u0026logo=javascript\u0026logoColor=%23F7DF1E)\n![jQuery](https://img.shields.io/badge/jquery-%230769AD.svg?style=for-the-badge\u0026logo=jquery\u0026logoColor=white)\n![macOS](https://img.shields.io/badge/mac%20os-000000?style=for-the-badge\u0026logo=macos\u0026logoColor=F0F0F0)\n![Affinity Designer](https://img.shields.io/badge/affinity%20desginer-%231B72BE.svg?style=for-the-badge\u0026logo=affinity-designer\u0026logoColor=white)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagworkgit%2Fgeolocation-forecast-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fagworkgit%2Fgeolocation-forecast-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagworkgit%2Fgeolocation-forecast-app/lists"}