{"id":21254145,"url":"https://github.com/luc-ribeiro/iweather-react-native","last_synced_at":"2025-08-24T00:13:45.433Z","repository":{"id":239487311,"uuid":"799650332","full_name":"luc-ribeiro/iweather-react-native","owner":"luc-ribeiro","description":"Aplicativo de previsão do tempo buscando por cidade. Desenvolvido para praticar testes automatizados, deploy nas lojas de aplicativos e criação de workflows CI/CD.","archived":false,"fork":false,"pushed_at":"2024-05-12T22:51:30.000Z","size":1947,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-05-13T20:52:07.445Z","etag":null,"topics":["apple-store","ci-cd","eas","expo","jest","play-store","react-native","react-native-testing-library","typescript"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/luc-ribeiro.png","metadata":{"files":{"readme":"README-PTBR.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-05-12T19:06:48.000Z","updated_at":"2024-05-30T02:17:58.259Z","dependencies_parsed_at":null,"dependency_job_id":"22b7b5e2-34c2-4e5a-b80a-dc603a489f0d","html_url":"https://github.com/luc-ribeiro/iweather-react-native","commit_stats":null,"previous_names":["luc-ribeiro/iweather-react-native"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luc-ribeiro%2Fiweather-react-native","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luc-ribeiro%2Fiweather-react-native/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luc-ribeiro%2Fiweather-react-native/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luc-ribeiro%2Fiweather-react-native/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/luc-ribeiro","download_url":"https://codeload.github.com/luc-ribeiro/iweather-react-native/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243690149,"owners_count":20331729,"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":["apple-store","ci-cd","eas","expo","jest","play-store","react-native","react-native-testing-library","typescript"],"created_at":"2024-11-21T03:54:24.985Z","updated_at":"2025-03-15T05:44:13.337Z","avatar_url":"https://github.com/luc-ribeiro.png","language":"HTML","readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg height=\"60\" src=\"./src/assets/logo.svg\"  /\u003e\n\u003c/div\u003e\n\n\u003cdiv align=\"right\"\u003e\n  Click \u003ca href=\"https://github.com/luc-ribeiro/iweather-react-native/blob/main/README.md\"\u003ehere\u003c/a\u003e to view the english version.\n\u003c/div\u003e\n\n## 📄 Projeto\n\niWeather é um aplicativo de previsão do tempo por cidade. \nO aplicativo foi desenvolvido para praticar testes automatizados em React Native, deploy nas lojas de aplicativos (Play Store e Apple Store) e criação de workflows CI/CD para automação.\n\n## 💻 Tecnologias\n\n- **React Native**\n- **TypeScript**\n- **Jest**\n- **React Native Testing Library**\n- **Expo Application Services (EAS)**\n- **AsyncStorage**\n- **Axios**\n- **DayJS**\n\n## 🔖 Layout \n\n\u003cdiv align=\"center\" style=\"display: flex;\"\u003e\n  \n\u003cimg src=\"https://github.com/luc-ribeiro/iweather-react-native/assets/69688077/e7abba30-d869-4e03-8426-4bdd292cc60e\"\nwidth=\"200px\"\u003e\n\u003cimg src=\"https://github.com/luc-ribeiro/iweather-react-native/assets/69688077/aedea009-e637-400a-9d0e-33a2b26c1640\"\nwidth=\"200px\"\u003e\n\u003cimg src=\"https://github.com/luc-ribeiro/iweather-react-native/assets/69688077/a071bb30-ca90-4ffa-8888-f6c8f6b77d09\"\nwidth=\"200px\"\u003e\n\n\u003c/div\u003e\n\n## :heavy_check_mark: Cobertura de Testes \n\n![image](https://github.com/luc-ribeiro/iweather-react-native/assets/69688077/357ee0f8-a085-4a43-ac42-7a0372b4d18a)\n\n## 🚀 Executando o projeto\n\nPara executar o projeto, é necessário [criar uma conta e gerar uma chave de API](https://openweathermap.org/api).\n\n```bash\n1. Clone este repositório em sua máquina\n$ git clone https://github.com/luc-ribeiro/iweather-react-native.git\n\n2. Instale as dependências\n$ npm i\n\n3. Crie um arquivo .env seguindo a estrutura do .env.example. Use a chave de API gerada anteriormente.\n\n4. Rode o projeto através do comando:\n$ npm start\n\n- Com o Expo Go aberto em seu dispositivo, escaneie o QR code no terminal\nOBS: É preciso ter o Expo Go instalado em seu dispositivo móvel\n\n- Para executar os testes:\n$ npm test\n\n- Para gerar o relatório de testes:\n$ npm run test:coverage\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluc-ribeiro%2Fiweather-react-native","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fluc-ribeiro%2Fiweather-react-native","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluc-ribeiro%2Fiweather-react-native/lists"}