{"id":19838902,"url":"https://github.com/brunosobraldev/weather-pokeapi","last_synced_at":"2026-04-11T07:34:51.628Z","repository":{"id":90333810,"uuid":"607400570","full_name":"BrunoSobralDEV/weather-pokeapi","owner":"BrunoSobralDEV","description":"Web application to consume two APIs (Weather and PokeAPI)","archived":false,"fork":false,"pushed_at":"2023-03-02T16:11:29.000Z","size":9875,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-28T22:19:49.702Z","etag":null,"topics":["axios","phosphoricons","poke-api","reactjs","tailwindcss","typescript","vite","weather-api"],"latest_commit_sha":null,"homepage":"https://weather-pokeapi.vercel.app","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/BrunoSobralDEV.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":"2023-02-27T22:35:59.000Z","updated_at":"2023-06-20T14:29:14.000Z","dependencies_parsed_at":"2023-03-09T10:00:44.084Z","dependency_job_id":null,"html_url":"https://github.com/BrunoSobralDEV/weather-pokeapi","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/BrunoSobralDEV/weather-pokeapi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BrunoSobralDEV%2Fweather-pokeapi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BrunoSobralDEV%2Fweather-pokeapi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BrunoSobralDEV%2Fweather-pokeapi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BrunoSobralDEV%2Fweather-pokeapi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BrunoSobralDEV","download_url":"https://codeload.github.com/BrunoSobralDEV/weather-pokeapi/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BrunoSobralDEV%2Fweather-pokeapi/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260308295,"owners_count":22989807,"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":["axios","phosphoricons","poke-api","reactjs","tailwindcss","typescript","vite","weather-api"],"created_at":"2024-11-12T12:19:31.618Z","updated_at":"2026-04-11T07:34:46.575Z","avatar_url":"https://github.com/BrunoSobralDEV.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\u003ch1 align=\"center\"\u003eOpenWeather\u0026PokeAPI\u003c/h1\u003e\n\n---\n\u003cimg align=\"right\" src=\"https://github.com/BrunoSobralDEV/weather-pokeapi/blob/main/screenshot-mobile.png\" alt=\"printscreen-mobile\"  width=\"215px\"\u003e\n\n\n# :pushpin: Table of Contents\n\n- :house: [About](#about)\n- :dart: [Installation](#installation)\n  - :gear: [Install dependencies](#install_dependencies)\n  - :rocket: [Getting Started](#getting_started)\n- :computer: [Techs](#techs)\n- :handshake: [Contributing](#contributing)\n- :scroll: [License](#license)\n\n---\n\n\u003ch1 id=\"about\"\u003e:house: About\u003c/h1\u003e\n\n**Challenge:** In an HTML page it must be possible to inform a city from anywhere in the world. Then, according to the weather conditions of this city, you must display a Pokémon based on its type (fire, water, electric, etc.)\n\n- Places where the temperature is lower **(\u003c) than 5ºC**, an **ice** pokémon must be returned.\n- Places where the temperature is between **(\u003e=) 5ºC and (\u003c) 10ºC**, a **water** type pokémon must be returned.\n- Places where the temperature is between **(\u003e=) 12ºC and (\u003c) 15ºC**, a **grass** type pokémon must be returned.\n- Places where the temperature is between **(\u003e=) 15ºC and (\u003c) 21ºC**, a **ground** type pokémon must be returned.\n- Places where the temperature is between **(\u003e=) 23ºC and (\u003c) 27ºC**, an **insect** type pokémon must be returned.\n- Places where the temperature is between **(\u003e=) 27ºC and 33ºC inclusive**, a **rock** type pokémon must be returned.\n- Places where the temperature is **greater than 33ºC**, a fire type pokémon must be returned.\n\n**For any other temperature**, you must return a **normal** type pokémon.\nAnd, in the event that **it is raining** in the region, an **electric** pokémon must be returned, regardless of the temperature.\n\nFor more details:\n\n- [Project Link](https://weather-pokeapi.vercel.app/)\n\n---\n\n\u003ch1 id=\"installation\"\u003e:dart: Installation\u003c/h1\u003e\n\n**First you need to install:**\n\n- [Node.js](https://pt-br.nodejs.org/) (required)\n\n  **Then in order, clone the project.**\n\nBy HTTPS, running this command:\n\n```bash\n  git clone https://github.com/BrunoSobralDEV/weather-pokeapi.git\n```\n\nOr by ssh, running this command:\n\n```bash\n  git@github.com:BrunoSobralDEV/weather-pokeapi.git\n```\n\nSSH is a secure protocol, but you need to register a key ssh in your github before.\n\n\u003ch2 id=\"install_dependencies\"\u003e:hammer_and_wrench: Install dependencies\u003c/h2\u003e\n\n```bash\n  npm install\n```\n\n\u003ch2 id=\"getting_started\"\u003e:rocket: Getting Started\u003c/h2\u003e\n\n```bash\n  npm run dev\n```\n---\n\n\u003ch1 id=\"techs\"\u003e:computer: Techs\u003c/h1\u003e\n\n\u003ch2\u003eFront-End\u003c/h2\u003e\n\n[![HTML5](https://img.shields.io/badge/Html-orange?style=for-the-badge\u0026logo=Html5\u0026logoColor=ffffff)](#)\n[![CSS3](https://img.shields.io/badge/css-blue?style=for-the-badge\u0026logo=Css3\u0026logoColor=ffffff)](#)\n[![TypeScript](https://img.shields.io/badge/TypeScript-blue?style=for-the-badge\u0026logo=TypeScript\u0026logoColor=ffffff)](#)\n[![React.Js](https://img.shields.io/badge/React.Js-blue?style=for-the-badge\u0026logo=React\u0026logoColor=ffffff)](#)\n[![TailwindCss](https://img.shields.io/badge/TailwindCss-black?style=for-the-badge\u0026logo=TailwindCss\u0026logoColor=be65a0)](#)\n\n\n\n\u003ch2\u003eBack-End\u003c/h2\u003e\n\n[![OpenWeather](https://img.shields.io/badge/OpenWeather-yellow?style=for-the-badge\u0026logo=OpenWeather\u0026logoColor=ffffff)](#)\n[![PokeAPI](https://img.shields.io/badge/PokeAPI-yellow?style=for-the-badge\u0026logo=PokeAPI\u0026logoColor=ffffff)](#)\n\n\u003ch2\u003eTestes\u003c/h2\u003e\n\n[![Cypress](https://img.shields.io/badge/cypress-64D3A5?style=for-the-badge\u0026logo=cypress\u0026logoColor=ffffff)](#) : *in the near future*;\n\n---\n\n\u003ch1 id=\"contributing\"\u003e:handshake: Contributing\u003c/h1\u003e\n\nContributions, issues and feature requests are welcome! Feel free to **file a new issue** on the [Weather-pokeapi](https://github.com/BrunoSobralDEV/weather-pokeapi/issues) repository. If you already found a solution to your problem, **I would love to review your pull request**!\n\n---\n\n\u003ch1 id=\"license\"\u003e:scroll: License\u003c/h1\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrunosobraldev%2Fweather-pokeapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrunosobraldev%2Fweather-pokeapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrunosobraldev%2Fweather-pokeapi/lists"}