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
- Host: GitHub
- URL: https://github.com/wattai/pg-deno-pokeapi
- Owner: wattai
- Created: 2023-02-19T15:26:09.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-19T15:41:42.000Z (over 3 years ago)
- Last Synced: 2025-02-05T05:36:04.190Z (over 1 year ago)
- Topics: deno, pokemon-api
- Language: TypeScript
- Homepage: https://wattai-pg-deno-pokeapi.deno.dev/?number=258
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)