Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 440 Bytes

README.md

File metadata and controls

27 lines (15 loc) · 440 Bytes

Pokemon Queries

This code fetches data for a list of Pokémon from the PokeAPI and matches them by type.

How to Run

Install dependencies

npm install

Run the script

node main.js

How it works

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.

License

This project is licensed under the MIT License.