{"id":19586159,"url":"https://github.com/ahzamir/weather-condition-app","last_synced_at":"2025-10-08T19:49:42.198Z","repository":{"id":41935233,"uuid":"510462501","full_name":"ahzamir/weather-condition-app","owner":"ahzamir","description":"This is a SPA project that is built using two APIs. Users can check the continent, country, and city of their choice and get the weather of that city. This project is built using React, Redux, and Webpack.","archived":false,"fork":false,"pushed_at":"2023-01-30T20:31:43.000Z","size":36028,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"development","last_synced_at":"2025-04-27T11:43:22.195Z","etag":null,"topics":["bootstrap","carousel","css3","html","javascript","netlify","react","reactjs","redux"],"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/ahzamir.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":"2022-07-04T18:19:31.000Z","updated_at":"2023-12-30T20:56:49.000Z","dependencies_parsed_at":"2023-02-16T11:16:19.273Z","dependency_job_id":null,"html_url":"https://github.com/ahzamir/weather-condition-app","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"ahzamir/readme-template","purl":"pkg:github/ahzamir/weather-condition-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahzamir%2Fweather-condition-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahzamir%2Fweather-condition-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahzamir%2Fweather-condition-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahzamir%2Fweather-condition-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ahzamir","download_url":"https://codeload.github.com/ahzamir/weather-condition-app/tar.gz/refs/heads/development","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahzamir%2Fweather-condition-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279000671,"owners_count":26082806,"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","status":"online","status_checked_at":"2025-10-08T02:00:06.501Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["bootstrap","carousel","css3","html","javascript","netlify","react","reactjs","redux"],"created_at":"2024-11-11T07:58:51.143Z","updated_at":"2025-10-08T19:49:42.143Z","avatar_url":"https://github.com/ahzamir.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![](https://img.shields.io/badge/Microverse-blueviolet)\n\n# World Weather\n\n\u003e This is a SPA project that is built using two APIs. Users can check the continent, country, and city of their choice and get the weather of that city. This project is built using React, Redux, and Webpack.\n\n\n## Built With \n\n- [x] Programming Language: [JavaScript](https://www.javascript.com/)\n- [x] Framework: [React](https://reactjs.org/)\n- [x] Library: [Redux](https://redux.js.org/)\n- [x] Linter: [ESLint](https://eslint.org/)\n- [x] Code Editor: [VS Code](https://code.visualstudio.com/)\n- [x] Testing Framework: [Jest](https://jestjs.io/)\n- [x] API: [Countries and Cities](https://documenter.getpostman.com/view/1134062/T1LJjU52?version=latest#fec5b515-b5e1-41c5-8ab4-2cc49bec7694)\n- [x] API: [Weather](https://openweathermap.org/api)\n- [x] Styling: [Bootstrap](https://getbootstrap.com/)\n- [x] Deployment: [Netlify](https://www.netlify.com/)\n\n## Live Demo (Netlify) 💻\n\n- Project Screenshots\n\n![weather-app](https://user-images.githubusercontent.com/96838030/215270549-366c8189-e493-4a81-87fc-37c292099857.png)\n\n- [World Weather Condition](https://gregarious-pavlova-aaa751.netlify.app/)\n\n## Getting Started\n\nTo get a local copy up and running follow these simple example steps.\n\n1- Clone the repository in your local machine:\n```\n$ git clone git@github.com:ahzamir/weather-condition-app.git\n```\n\n2- Go to the repository folder of weather-condition-app in your command prompt:\n```\n$ cd weather-condition-app\n```\n\n3- You might need to install dependecies with:\n```\n$ yarn install\n```\nOR\n```\n$ npm install\n```\n\n4- Go to command line and run the command below for the live server:\n```\n$ yarn start\n```\nOR\n```\n$ npm start\n```\n\n### Prerequisites\n\n- [x] A web browser like [Google Chrome](https://www.google.com/chrome/).\n- [x] A code editor like [Visual Studio Code](https://code.visualstudio.com/).\n- [x] A terminal to run the code.\n- [x] [Npm](https://www.npmjs.com/) installed on your computer.\n- [x] [Yarn](https://yarnpkg.com/) installed on your computer.\n- [x] [Git](https://git-scm.com/) installed on your computer.\n\nYou can check if Git is installed by running the following command in the terminal.\n```\n$ git --version\n```\n\nTo check if node is installed, kindly run this command in the terminal.\n```\n$ node --version\n```\n\nTo check if yarn is installed, kindly run this command in the terminal.\n```\n$ yarn --version\n```\n\n## Authors\n\n👤 **Ahmad Zamir Yousufi** \u003cimg src=\"https://emojis.slackmojis.com/emojis/images/1531849430/4246/blob-sunglasses.gif?1531849430\" width=\"20\"/\u003e\n\n- GitHub: [@ahzamir](https://github.com/ahzamir).\n- LinkedIn: [ahzamir](https://www.linkedin.com/in/ahzamir/)\n\n## 🤝 Contributing\n\nContributions, issues, and feature requests are welcome!\n\nFeel free to check the [issues page](https://github.com/ahzamir/weather-condition-app/issues).\n\n### Attributions and Credit\n\nOriginal design idea by [Nelson Sakwa on Behance](https://www.behance.net/sakwadesignstudio)\n\n## Show your support\n\nGive a ⭐️ if you like this project!\n\n## Acknowledgments\n\n- [Microverse](https://www.microverse.org/)\n- Code Reviewers\n- Coding Partners\n\n## 📝 License\n\nThis project is [MIT](./MIT.md) licensed.\n\n![](https://img.shields.io/badge/Microverse-blueviolet)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fahzamir%2Fweather-condition-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fahzamir%2Fweather-condition-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fahzamir%2Fweather-condition-app/lists"}