An open API service indexing awesome lists of open source software.

https://github.com/wattai/pg-deno-pokeapi

A Deno playground with PokeAPI
https://github.com/wattai/pg-deno-pokeapi

deno pokemon-api

Last synced: about 2 months ago
JSON representation

A Deno playground with PokeAPI

Awesome Lists containing this project

README

          

# Deno playground with PokeApi

## How to run

0. If you don't have installed [`deno`](https://deno.land/), please install following official document.

1. Run following command on your terminal.

```console
$ deno run --allow-net --watch index.ts
```

2. Access following URL on your browser. You supposed to see a pokemon: mudkip on your screen.

```url
http://localhost:8000?number=258
```

## References

- [PokeAPI](https://pokeapi.co/)