/deno-first-exercise

Get pokemon name from id. This is a simple deno exercise

Primary LanguageTypeScript

deno-first-exercise

Get pokemon name from id. This is a simple deno exercise

Commands

$ deno run --allow-net=pokeapi.co getPokemonName.ts [pokemon-id]

--allow-net = give programs the permission to do certain 'privileged' actions, such as access the network [pokemon-id] = pokemon number ex. 123 (scyther)