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

https://github.com/averagemarcus/pokemon-tile

Web Component to display a tile showing a specific Pokémon
https://github.com/averagemarcus/pokemon-tile

hacktoberfest pokemon web-component

Last synced: over 1 year ago
JSON representation

Web Component to display a tile showing a specific Pokémon

Awesome Lists containing this project

README

          

# pokemon-tile
Web Component to display a tile showing a specific Pokémon. Make use of the [PokéApi](https://pokeapi.co/)

[Live Demo](https://averagemarcus.github.io/pokemon-tile/) | [NPM](https://www.npmjs.com/package/@averagemarcus/pokemon-tile)

## Usage

1. Include a script reference to the module:
```js

```
2. Add a `` element to your page
```html

```

## Contributions

Contributions welcome!

Found a bug? [File an issue](https://github.com/AverageMarcus/pokemon-tile/issues/new)

## Running locally

Once checked out:
1. `npm install`
2. `npm run build`
3. `npm run serve`

# Credits

Huge thanks to the [PokéApi](https://pokeapi.co/) for the data and images, and Nintendo, Game Freak and The Pokémon Company for an awesome series.