MrSableye / ptcg-set-data-display

A simple application for filtering and viewing Pokémon Trading Card Game data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pokémon TCG Set Data Display

Pokémon TCG Set Data Display is an easy-to-use web application for filtering Pokémon TCG cards and looking at useful statistics on those cards.

How to Use

The application is available at https://weedl.es/data. Updates will be made periodically to add new sets.

Development

Requirements

Installation & Running

  • Run npm install in the repository
  • Set your API_KEY environment variable to your Pokémon TCG API key
  • Run npm run build-cache to build the card cache (only required each time a set is released)
  • Run npm start and the application should open in your browser

Production Builds

  • Run npm build
  • Production files will be in the build/ directory

Contributing

Feel free to open pull requests/issues as necessary.

About

A simple application for filtering and viewing Pokémon Trading Card Game data


Languages

Language:TypeScript 94.6%Language:JavaScript 2.6%Language:CSS 1.5%Language:HTML 1.4%