{"id":20571382,"url":"https://github.com/fadhildwia/weather","last_synced_at":"2026-04-16T10:32:55.411Z","repository":{"id":248165674,"uuid":"827926530","full_name":"fadhildwia/weather","owner":"fadhildwia","description":"This project is an application that displays weather data, search \u0026 save to favorite","archived":false,"fork":false,"pushed_at":"2024-07-19T08:19:42.000Z","size":6661,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-09T01:36:53.473Z","etag":null,"topics":["async-storage","axios","chart-kit","formik","geolocation-services","react","react-native","react-native-navigation","react-query","styled-components","svg","yup"],"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/fadhildwia.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-07-12T17:22:27.000Z","updated_at":"2024-07-19T08:19:45.000Z","dependencies_parsed_at":"2025-03-06T09:53:16.710Z","dependency_job_id":"eba257df-dafa-4e84-ae01-1e4a4fdfe779","html_url":"https://github.com/fadhildwia/weather","commit_stats":null,"previous_names":["fadhildwia/weather"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fadhildwia/weather","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fadhildwia%2Fweather","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fadhildwia%2Fweather/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fadhildwia%2Fweather/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fadhildwia%2Fweather/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fadhildwia","download_url":"https://codeload.github.com/fadhildwia/weather/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fadhildwia%2Fweather/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31882204,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T09:23:21.276Z","status":"ssl_error","status_checked_at":"2026-04-16T09:23:15.028Z","response_time":69,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["async-storage","axios","chart-kit","formik","geolocation-services","react","react-native","react-native-navigation","react-query","styled-components","svg","yup"],"created_at":"2024-11-16T05:16:05.942Z","updated_at":"2026-04-16T10:32:55.371Z","avatar_url":"https://github.com/fadhildwia.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eWeather Apps\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003eThis project is an application that displays weather data, search \u0026 save to favorite\u003c/p\u003e\n\n---\n\n\u003cbr\u003e\n\n### Detail Apps on Android\n\n\u003ch1 align=\"center\"\u003e\n  \u003cimg alt=\"WeatherApp\" title=\"WeatherApp\" src=\"./github/result.gif\" height=\"425\" /\u003e\n\u003c/h1\u003e\n\n## 📱 Features\n\n- Icons change according to weather\n- Weather API consumption\n- User location retrieval\n- Refresh data button\n- City search\n- Favorite List\n\n## 🚀 Technologies \u0026 Resources\n\n- [x] [React Native](https://reactnative.dev/docs/getting-started-without-a-framework)\n- [x] [Async Storage](https://react-native-async-storage.github.io/async-storage/docs/install/)\n- [x] [Axios](https://reactnavigation.org/docs/getting-started/)\n- [x] [React Navigation](https://reactnavigation.org/docs/getting-started/)\n- [x] [React Query](https://tanstack.com/query/v3)\n- [x] [Formik](https://formik.org/docs/overview)\n- [x] [React Native Chart Kit](https://www.npmjs.com/package/react-native-chart-kit)\n- [x] [React Native Geolocation Service](https://www.npmjs.com/package/react-native-geolocation-service)\n- [x] [Styled Comoponents](https://styled-components.com/docs)\n- [x] [Yup](https://www.npmjs.com/package/yup)\n\n## 💻 Installation\n\n1. #### Clone the repository:\n\n   ```bash\n   git clone https://github.com/fadhildwia/weather.git\n   ```\n\n2. #### Navigate to the project directory:\n\n   ```bash\n   cd weather\n   ```\n\n3. #### Install the dependencies:\n   ```bash\n   yarn\n   #or\n   npm install\n   ```\n4. #### Make a copy of `.env.example` to `.env`:\n   ```bash\n   # Put your Weather API credential in .env file\n   cp .env.example .env\n   ```\n5. #### Run the project:\n   ```bash\n   yarn android\n   #or\n   npm run android\n   ```\n\n\u003c!-- ## License\n\nThis example application is licensed under the [MIT License](LICENSE).\n\n--- --\u003e\n\n---\n\nFeel free to explore the code and adapt it to suit your needs! If you encounter any issues or have suggestions for improvements, please don't hesitate to open an issue or submit a pull request.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffadhildwia%2Fweather","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffadhildwia%2Fweather","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffadhildwia%2Fweather/lists"}