1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-23 03:12:10 +00:00
Florian Bouillon 37642b962b
Swap from a card/set based Legal generation to a file based one (#16)
* Added legal.ts file (currently using 2022 system)

Signed-off-by: Florian BOUILLON <florian.bouillon@delta-wings.net>

* Put back to the 2021 season

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
2021-06-18 22:16:15 +02:00
2021-04-26 13:43:56 +02:00
2021-05-28 11:21:10 +02:00
2021-06-18 20:13:38 +02:00
2020-02-04 10:21:53 +01:00
2021-04-05 23:14:46 +02:00
2021-04-28 11:38:03 +02:00
2021-05-02 17:04:19 +02:00
2021-04-28 12:46:06 +02:00
2021-04-28 11:38:03 +02:00
2021-05-02 17:04:19 +02:00

Pokemon TCGdex

A Multilanguage Pokémon TCG Database with Pictures and most of the informations contained on the cards

Use the datas

The easiest way to use the datas is via our Javascript/Typescript SDK.

You can however build this yourself via our compiler or download the already build compiled database.

Changelogs

V2

this is a complete rework of the database to make it easier to Add or edit any cards

the new folder architecture is this:

-data

  • Serie Name <- Each .ts files contains informations for the corresponding serie
    • Set Name <- Each .ts files contains informations for the corresponding set
      • Card Identifier <- Each .ts files contains informations for the corresponding card

V1 - Last Commit

This is the initial Release Containing everything into Ids

Contributing

A card is missing or has incorrect informations? feel free to contribute to the database via the Issues or with a Pull Request

Description
Languages
TypeScript 100%