This code fetches data for a list of Pokémon from the PokeAPI and matches them by type.
npm install
node main.js
The code uses the PokeAPI to fetch data for a list of Pokémon. It then matches each Pokémon by type and logs the results to the console.
This project is licensed under the MIT License.