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
- Host: GitHub
- URL: https://github.com/averagemarcus/pokemon-tile
- Owner: AverageMarcus
- Created: 2018-10-03T18:52:00.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-06T15:57:56.000Z (almost 8 years ago)
- Last Synced: 2025-02-12T11:24:00.201Z (over 1 year ago)
- Topics: hacktoberfest, pokemon, web-component
- Language: HTML
- Homepage: https://averagemarcus.github.io/pokemon-tile/
- Size: 438 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.