vnponce / deno-first-exercise

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

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


Languages

Language:TypeScript 100.0%