diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..dcae688
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2019 equokka
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
\ No newline at end of file
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..501e129
--- /dev/null
+++ b/README.md
@@ -0,0 +1,29 @@
+
+
+Tarot dataset
+
+
+A json dataset of tarot cards, and corresponding scans of the [RWS deck][0].
+
+`tarot-images.json` includes references to the scans, `tarot.json` does not.
+
+## The cards
+If you just want the scans for the cards, they're available as a [release][2].
+
+The cards are acquired from [data.totl.net](http://data.totl.net/) via wget:
+```sh
+$ wget -r -np -nH --cut-dirs=3 -R index.html* -R *r.jpg -R *h.jpg http://data.totl.net/tarot-rwcs-images/
+```
+This command excludes cards in horizontal, reversed, and horizontal reversed positions.
+
+The cards are all 350x600px, and are 7.37MB total.
+
+## Copyright and license
+The [Rider-Waite-Smith deck][0] is public domain in the US, [but not currently in the EU][1].
+
+This project is available as open source under the terms of the [MIT License][MIT].
+
+[0]: https://en.wikipedia.org/wiki/Rider-Waite_tarot_deck
+[1]: https://en.wikipedia.org/wiki/Rider-Waite_tarot_deck#Copyright_status
+[2]: https://github.com/equokka/tarot-json/releases/tag/v0
+[MIT]: http://opensource.org/licenses/MIT
diff --git a/cards/c01.jpg b/cards/c01.jpg
new file mode 100644
index 0000000..5c6630b
Binary files /dev/null and b/cards/c01.jpg differ
diff --git a/cards/c02.jpg b/cards/c02.jpg
new file mode 100644
index 0000000..e55244a
Binary files /dev/null and b/cards/c02.jpg differ
diff --git a/cards/c03.jpg b/cards/c03.jpg
new file mode 100644
index 0000000..d769220
Binary files /dev/null and b/cards/c03.jpg differ
diff --git a/cards/c04.jpg b/cards/c04.jpg
new file mode 100644
index 0000000..60e8653
Binary files /dev/null and b/cards/c04.jpg differ
diff --git a/cards/c05.jpg b/cards/c05.jpg
new file mode 100644
index 0000000..e3403ac
Binary files /dev/null and b/cards/c05.jpg differ
diff --git a/cards/c06.jpg b/cards/c06.jpg
new file mode 100644
index 0000000..b190245
Binary files /dev/null and b/cards/c06.jpg differ
diff --git a/cards/c07.jpg b/cards/c07.jpg
new file mode 100644
index 0000000..d445817
Binary files /dev/null and b/cards/c07.jpg differ
diff --git a/cards/c08.jpg b/cards/c08.jpg
new file mode 100644
index 0000000..0eea366
Binary files /dev/null and b/cards/c08.jpg differ
diff --git a/cards/c09.jpg b/cards/c09.jpg
new file mode 100644
index 0000000..e9c88e7
Binary files /dev/null and b/cards/c09.jpg differ
diff --git a/cards/c10.jpg b/cards/c10.jpg
new file mode 100644
index 0000000..54e29f8
Binary files /dev/null and b/cards/c10.jpg differ
diff --git a/cards/c11.jpg b/cards/c11.jpg
new file mode 100644
index 0000000..48d659b
Binary files /dev/null and b/cards/c11.jpg differ
diff --git a/cards/c12.jpg b/cards/c12.jpg
new file mode 100644
index 0000000..54f68df
Binary files /dev/null and b/cards/c12.jpg differ
diff --git a/cards/c13.jpg b/cards/c13.jpg
new file mode 100644
index 0000000..ed3c86f
Binary files /dev/null and b/cards/c13.jpg differ
diff --git a/cards/c14.jpg b/cards/c14.jpg
new file mode 100644
index 0000000..c71f636
Binary files /dev/null and b/cards/c14.jpg differ
diff --git a/cards/m00.jpg b/cards/m00.jpg
new file mode 100644
index 0000000..68d71d8
Binary files /dev/null and b/cards/m00.jpg differ
diff --git a/cards/m01.jpg b/cards/m01.jpg
new file mode 100644
index 0000000..05887b7
Binary files /dev/null and b/cards/m01.jpg differ
diff --git a/cards/m02.jpg b/cards/m02.jpg
new file mode 100644
index 0000000..8d9d6d4
Binary files /dev/null and b/cards/m02.jpg differ
diff --git a/cards/m03.jpg b/cards/m03.jpg
new file mode 100644
index 0000000..cfb7291
Binary files /dev/null and b/cards/m03.jpg differ
diff --git a/cards/m04.jpg b/cards/m04.jpg
new file mode 100644
index 0000000..1031f8b
Binary files /dev/null and b/cards/m04.jpg differ
diff --git a/cards/m05.jpg b/cards/m05.jpg
new file mode 100644
index 0000000..163255b
Binary files /dev/null and b/cards/m05.jpg differ
diff --git a/cards/m06.jpg b/cards/m06.jpg
new file mode 100644
index 0000000..4d4f2f1
Binary files /dev/null and b/cards/m06.jpg differ
diff --git a/cards/m07.jpg b/cards/m07.jpg
new file mode 100644
index 0000000..6706f0f
Binary files /dev/null and b/cards/m07.jpg differ
diff --git a/cards/m08.jpg b/cards/m08.jpg
new file mode 100644
index 0000000..c669e2e
Binary files /dev/null and b/cards/m08.jpg differ
diff --git a/cards/m09.jpg b/cards/m09.jpg
new file mode 100644
index 0000000..9fbf89e
Binary files /dev/null and b/cards/m09.jpg differ
diff --git a/cards/m10.jpg b/cards/m10.jpg
new file mode 100644
index 0000000..0f35a85
Binary files /dev/null and b/cards/m10.jpg differ
diff --git a/cards/m11.jpg b/cards/m11.jpg
new file mode 100644
index 0000000..f4b8ff9
Binary files /dev/null and b/cards/m11.jpg differ
diff --git a/cards/m12.jpg b/cards/m12.jpg
new file mode 100644
index 0000000..ca0d177
Binary files /dev/null and b/cards/m12.jpg differ
diff --git a/cards/m13.jpg b/cards/m13.jpg
new file mode 100644
index 0000000..900388f
Binary files /dev/null and b/cards/m13.jpg differ
diff --git a/cards/m14.jpg b/cards/m14.jpg
new file mode 100644
index 0000000..7b36402
Binary files /dev/null and b/cards/m14.jpg differ
diff --git a/cards/m15.jpg b/cards/m15.jpg
new file mode 100644
index 0000000..0b493eb
Binary files /dev/null and b/cards/m15.jpg differ
diff --git a/cards/m16.jpg b/cards/m16.jpg
new file mode 100644
index 0000000..8d0d5d1
Binary files /dev/null and b/cards/m16.jpg differ
diff --git a/cards/m17.jpg b/cards/m17.jpg
new file mode 100644
index 0000000..626aaa6
Binary files /dev/null and b/cards/m17.jpg differ
diff --git a/cards/m18.jpg b/cards/m18.jpg
new file mode 100644
index 0000000..9a37ebf
Binary files /dev/null and b/cards/m18.jpg differ
diff --git a/cards/m19.jpg b/cards/m19.jpg
new file mode 100644
index 0000000..a2003f1
Binary files /dev/null and b/cards/m19.jpg differ
diff --git a/cards/m20.jpg b/cards/m20.jpg
new file mode 100644
index 0000000..fd43132
Binary files /dev/null and b/cards/m20.jpg differ
diff --git a/cards/m21.jpg b/cards/m21.jpg
new file mode 100644
index 0000000..077163d
Binary files /dev/null and b/cards/m21.jpg differ
diff --git a/cards/p01.jpg b/cards/p01.jpg
new file mode 100644
index 0000000..264300e
Binary files /dev/null and b/cards/p01.jpg differ
diff --git a/cards/p02.jpg b/cards/p02.jpg
new file mode 100644
index 0000000..2a520a3
Binary files /dev/null and b/cards/p02.jpg differ
diff --git a/cards/p03.jpg b/cards/p03.jpg
new file mode 100644
index 0000000..3504a86
Binary files /dev/null and b/cards/p03.jpg differ
diff --git a/cards/p04.jpg b/cards/p04.jpg
new file mode 100644
index 0000000..c6de4a8
Binary files /dev/null and b/cards/p04.jpg differ
diff --git a/cards/p05.jpg b/cards/p05.jpg
new file mode 100644
index 0000000..34e2df5
Binary files /dev/null and b/cards/p05.jpg differ
diff --git a/cards/p06.jpg b/cards/p06.jpg
new file mode 100644
index 0000000..b628a75
Binary files /dev/null and b/cards/p06.jpg differ
diff --git a/cards/p07.jpg b/cards/p07.jpg
new file mode 100644
index 0000000..f5f6a93
Binary files /dev/null and b/cards/p07.jpg differ
diff --git a/cards/p08.jpg b/cards/p08.jpg
new file mode 100644
index 0000000..60fd60f
Binary files /dev/null and b/cards/p08.jpg differ
diff --git a/cards/p09.jpg b/cards/p09.jpg
new file mode 100644
index 0000000..1274de2
Binary files /dev/null and b/cards/p09.jpg differ
diff --git a/cards/p10.jpg b/cards/p10.jpg
new file mode 100644
index 0000000..20ba0f6
Binary files /dev/null and b/cards/p10.jpg differ
diff --git a/cards/p11.jpg b/cards/p11.jpg
new file mode 100644
index 0000000..69878dd
Binary files /dev/null and b/cards/p11.jpg differ
diff --git a/cards/p12.jpg b/cards/p12.jpg
new file mode 100644
index 0000000..03d4c86
Binary files /dev/null and b/cards/p12.jpg differ
diff --git a/cards/p13.jpg b/cards/p13.jpg
new file mode 100644
index 0000000..418cfbc
Binary files /dev/null and b/cards/p13.jpg differ
diff --git a/cards/p14.jpg b/cards/p14.jpg
new file mode 100644
index 0000000..c617b3a
Binary files /dev/null and b/cards/p14.jpg differ
diff --git a/cards/s01.jpg b/cards/s01.jpg
new file mode 100644
index 0000000..88e8c38
Binary files /dev/null and b/cards/s01.jpg differ
diff --git a/cards/s02.jpg b/cards/s02.jpg
new file mode 100644
index 0000000..bfebbeb
Binary files /dev/null and b/cards/s02.jpg differ
diff --git a/cards/s03.jpg b/cards/s03.jpg
new file mode 100644
index 0000000..e4b1fd5
Binary files /dev/null and b/cards/s03.jpg differ
diff --git a/cards/s04.jpg b/cards/s04.jpg
new file mode 100644
index 0000000..cadd05f
Binary files /dev/null and b/cards/s04.jpg differ
diff --git a/cards/s05.jpg b/cards/s05.jpg
new file mode 100644
index 0000000..da4e7cd
Binary files /dev/null and b/cards/s05.jpg differ
diff --git a/cards/s06.jpg b/cards/s06.jpg
new file mode 100644
index 0000000..6a60366
Binary files /dev/null and b/cards/s06.jpg differ
diff --git a/cards/s07.jpg b/cards/s07.jpg
new file mode 100644
index 0000000..247c670
Binary files /dev/null and b/cards/s07.jpg differ
diff --git a/cards/s08.jpg b/cards/s08.jpg
new file mode 100644
index 0000000..3379aed
Binary files /dev/null and b/cards/s08.jpg differ
diff --git a/cards/s09.jpg b/cards/s09.jpg
new file mode 100644
index 0000000..8c50a92
Binary files /dev/null and b/cards/s09.jpg differ
diff --git a/cards/s10.jpg b/cards/s10.jpg
new file mode 100644
index 0000000..35d021d
Binary files /dev/null and b/cards/s10.jpg differ
diff --git a/cards/s11.jpg b/cards/s11.jpg
new file mode 100644
index 0000000..a610d66
Binary files /dev/null and b/cards/s11.jpg differ
diff --git a/cards/s12.jpg b/cards/s12.jpg
new file mode 100644
index 0000000..3ec48b9
Binary files /dev/null and b/cards/s12.jpg differ
diff --git a/cards/s13.jpg b/cards/s13.jpg
new file mode 100644
index 0000000..c6e97b8
Binary files /dev/null and b/cards/s13.jpg differ
diff --git a/cards/s14.jpg b/cards/s14.jpg
new file mode 100644
index 0000000..ccfef90
Binary files /dev/null and b/cards/s14.jpg differ
diff --git a/cards/w01.jpg b/cards/w01.jpg
new file mode 100644
index 0000000..20982ad
Binary files /dev/null and b/cards/w01.jpg differ
diff --git a/cards/w02.jpg b/cards/w02.jpg
new file mode 100644
index 0000000..dee2fdf
Binary files /dev/null and b/cards/w02.jpg differ
diff --git a/cards/w03.jpg b/cards/w03.jpg
new file mode 100644
index 0000000..f36325f
Binary files /dev/null and b/cards/w03.jpg differ
diff --git a/cards/w04.jpg b/cards/w04.jpg
new file mode 100644
index 0000000..2f537e5
Binary files /dev/null and b/cards/w04.jpg differ
diff --git a/cards/w05.jpg b/cards/w05.jpg
new file mode 100644
index 0000000..7154646
Binary files /dev/null and b/cards/w05.jpg differ
diff --git a/cards/w06.jpg b/cards/w06.jpg
new file mode 100644
index 0000000..cc878cf
Binary files /dev/null and b/cards/w06.jpg differ
diff --git a/cards/w07.jpg b/cards/w07.jpg
new file mode 100644
index 0000000..66ddf11
Binary files /dev/null and b/cards/w07.jpg differ
diff --git a/cards/w08.jpg b/cards/w08.jpg
new file mode 100644
index 0000000..59ec525
Binary files /dev/null and b/cards/w08.jpg differ
diff --git a/cards/w09.jpg b/cards/w09.jpg
new file mode 100644
index 0000000..e87ae39
Binary files /dev/null and b/cards/w09.jpg differ
diff --git a/cards/w10.jpg b/cards/w10.jpg
new file mode 100644
index 0000000..f2b3d89
Binary files /dev/null and b/cards/w10.jpg differ
diff --git a/cards/w11.jpg b/cards/w11.jpg
new file mode 100644
index 0000000..bedc61c
Binary files /dev/null and b/cards/w11.jpg differ
diff --git a/cards/w12.jpg b/cards/w12.jpg
new file mode 100644
index 0000000..98a31f1
Binary files /dev/null and b/cards/w12.jpg differ
diff --git a/cards/w13.jpg b/cards/w13.jpg
new file mode 100644
index 0000000..1021a6f
Binary files /dev/null and b/cards/w13.jpg differ
diff --git a/cards/w14.jpg b/cards/w14.jpg
new file mode 100644
index 0000000..29c8743
Binary files /dev/null and b/cards/w14.jpg differ
diff --git a/tarot-images.json b/tarot-images.json
new file mode 100644
index 0000000..da69d88
--- /dev/null
+++ b/tarot-images.json
@@ -0,0 +1,551 @@
+{
+ "description": "tarot cards and basic information about them, as well as references to corresponding scans",
+ "cards": [
+ {
+ "name": "The Fool",
+ "number": "0",
+ "arcana": "Major Arcana",
+ "suit": null,
+ "img": "m00.jpg"
+ },
+ {
+ "name": "The Magician",
+ "number": "1",
+ "arcana": "Major Arcana",
+ "suit": null,
+ "img": "m01.jpg"
+ },
+ {
+ "name": "The High Priestess",
+ "number": "2",
+ "arcana": "Major Arcana",
+ "suit": null,
+ "img": "m02.jpg"
+ },
+ {
+ "name": "The Empress",
+ "number": "3",
+ "arcana": "Major Arcana",
+ "suit": null,
+ "img": "m03.jpg"
+ },
+ {
+ "name": "The Emperor",
+ "number": "4",
+ "arcana": "Major Arcana",
+ "suit": null,
+ "img": "m04.jpg"
+ },
+ {
+ "name": "The Hierophant",
+ "number": "5",
+ "arcana": "Major Arcana",
+ "suit": null,
+ "img": "m05.jpg"
+ },
+ {
+ "name": "The Lovers",
+ "number": "6",
+ "arcana": "Major Arcana",
+ "suit": null,
+ "img": "m06.jpg"
+ },
+ {
+ "name": "The Chariot",
+ "number": "7",
+ "arcana": "Major Arcana",
+ "suit": null,
+ "img": "m07.jpg"
+ },
+ {
+ "name": "Strength",
+ "number": "8",
+ "arcana": "Major Arcana",
+ "suit": null,
+ "img": "m08.jpg"
+ },
+ {
+ "name": "The Hermit",
+ "number": "9",
+ "arcana": "Major Arcana",
+ "suit": null,
+ "img": "m09.jpg"
+ },
+ {
+ "name": "Wheel of Fortune",
+ "number": "10",
+ "arcana": "Major Arcana",
+ "suit": null,
+ "img": "m10.jpg"
+ },
+ {
+ "name": "Justice",
+ "number": "11",
+ "arcana": "Major Arcana",
+ "suit": null,
+ "img": "m11.jpg"
+ },
+ {
+ "name": "The Hanged Man",
+ "number": "12",
+ "arcana": "Major Arcana",
+ "suit": null,
+ "img": "m12.jpg"
+ },
+ {
+ "name": "Death",
+ "number": "13",
+ "arcana": "Major Arcana",
+ "suit": null,
+ "img": "m13.jpg"
+ },
+ {
+ "name": "Temperance",
+ "number": "14",
+ "arcana": "Major Arcana",
+ "suit": null,
+ "img": "m14.jpg"
+ },
+ {
+ "name": "The Devil",
+ "number": "15",
+ "arcana": "Major Arcana",
+ "suit": null,
+ "img": "m15.jpg"
+ },
+ {
+ "name": "The Tower",
+ "number": "16",
+ "arcana": "Major Arcana",
+ "suit": null,
+ "img": "m16.jpg"
+ },
+ {
+ "name": "The Star",
+ "number": "17",
+ "arcana": "Major Arcana",
+ "suit": null,
+ "img": "m17.jpg"
+ },
+ {
+ "name": "The Moon",
+ "number": "18",
+ "arcana": "Major Arcana",
+ "suit": null,
+ "img": "m18.jpg"
+ },
+ {
+ "name": "The Sun",
+ "number": "19",
+ "arcana": "Major Arcana",
+ "suit": null,
+ "img": "m19.jpg"
+ },
+ {
+ "name": "Judgement",
+ "number": "20",
+ "arcana": "Major Arcana",
+ "suit": null,
+ "img": "m20.jpg"
+ },
+ {
+ "name": "The World",
+ "number": "21",
+ "arcana": "Major Arcana",
+ "suit": null,
+ "img": "m21.jpg"
+ },
+ {
+ "name": "Ace of Cups",
+ "number": "1",
+ "arcana": "Minor Arcana",
+ "suit": "Cups",
+ "img": "c01.jpg"
+ },
+ {
+ "name": "Two of Cups",
+ "number": "2",
+ "arcana": "Minor Arcana",
+ "suit": "Cups",
+ "img": "c02.jpg"
+ },
+ {
+ "name": "Three of Cups",
+ "number": "3",
+ "arcana": "Minor Arcana",
+ "suit": "Cups",
+ "img": "c03.jpg"
+ },
+ {
+ "name": "Four of Cups",
+ "number": "4",
+ "arcana": "Minor Arcana",
+ "suit": "Cups",
+ "img": "c04.jpg"
+ },
+ {
+ "name": "Five of Cups",
+ "number": "5",
+ "arcana": "Minor Arcana",
+ "suit": "Cups",
+ "img": "c05.jpg"
+ },
+ {
+ "name": "Six of Cups",
+ "number": "6",
+ "arcana": "Minor Arcana",
+ "suit": "Cups",
+ "img": "c06.jpg"
+ },
+ {
+ "name": "Seven of Cups",
+ "number": "7",
+ "arcana": "Minor Arcana",
+ "suit": "Cups",
+ "img": "c07.jpg"
+ },
+ {
+ "name": "Eight of Cups",
+ "number": "8",
+ "arcana": "Minor Arcana",
+ "suit": "Cups",
+ "img": "c08.jpg"
+ },
+ {
+ "name": "Nine of Cups",
+ "number": "9",
+ "arcana": "Minor Arcana",
+ "suit": "Cups",
+ "img": "c09.jpg"
+ },
+ {
+ "name": "Ten of Cups",
+ "number": "10",
+ "arcana": "Minor Arcana",
+ "suit": "Cups",
+ "img": "c10.jpg"
+ },
+ {
+ "name": "Page of Cups",
+ "number": "11",
+ "arcana": "Minor Arcana",
+ "suit": "Cups",
+ "img": "c11.jpg"
+ },
+ {
+ "name": "Knight of Cups",
+ "number": "12",
+ "arcana": "Minor Arcana",
+ "suit": "Cups",
+ "img": "c12.jpg"
+ },
+ {
+ "name": "Queen of Cups",
+ "number": "13",
+ "arcana": "Minor Arcana",
+ "suit": "Cups",
+ "img": "c13.jpg"
+ },
+ {
+ "name": "King of Cups",
+ "number": "14",
+ "arcana": "Minor Arcana",
+ "suit": "Cups",
+ "img": "c14.jpg"
+ },
+ {
+ "name": "Ace of Swords",
+ "number": "1",
+ "arcana": "Minor Arcana",
+ "suit": "Swords",
+ "img": "s01.jpg"
+ },
+ {
+ "name": "Two of Swords",
+ "number": "2",
+ "arcana": "Minor Arcana",
+ "suit": "Swords",
+ "img": "s02.jpg"
+ },
+ {
+ "name": "Three of Swords",
+ "number": "3",
+ "arcana": "Minor Arcana",
+ "suit": "Swords",
+ "img": "s03.jpg"
+ },
+ {
+ "name": "Four of Swords",
+ "number": "4",
+ "arcana": "Minor Arcana",
+ "suit": "Swords",
+ "img": "s04.jpg"
+ },
+ {
+ "name": "Five of Swords",
+ "number": "5",
+ "arcana": "Minor Arcana",
+ "suit": "Swords",
+ "img": "s05.jpg"
+ },
+ {
+ "name": "Six of Swords",
+ "number": "6",
+ "arcana": "Minor Arcana",
+ "suit": "Swords",
+ "img": "s06.jpg"
+ },
+ {
+ "name": "Seven of Swords",
+ "number": "7",
+ "arcana": "Minor Arcana",
+ "suit": "Swords",
+ "img": "s07.jpg"
+ },
+ {
+ "name": "Eight of Swords",
+ "number": "8",
+ "arcana": "Minor Arcana",
+ "suit": "Swords",
+ "img": "s08.jpg"
+ },
+ {
+ "name": "Nine of Swords",
+ "number": "9",
+ "arcana": "Minor Arcana",
+ "suit": "Swords",
+ "img": "s09.jpg"
+ },
+ {
+ "name": "Ten of Swords",
+ "number": "10",
+ "arcana": "Minor Arcana",
+ "suit": "Swords",
+ "img": "s10.jpg"
+ },
+ {
+ "name": "Page of Swords",
+ "number": "11",
+ "arcana": "Minor Arcana",
+ "suit": "Swords",
+ "img": "s11.jpg"
+ },
+ {
+ "name": "Knight of Swords",
+ "number": "12",
+ "arcana": "Minor Arcana",
+ "suit": "Swords",
+ "img": "s12.jpg"
+ },
+ {
+ "name": "Queen of Swords",
+ "number": "13",
+ "arcana": "Minor Arcana",
+ "suit": "Swords",
+ "img": "s13.jpg"
+ },
+ {
+ "name": "King of Swords",
+ "number": "14",
+ "arcana": "Minor Arcana",
+ "suit": "Swords",
+ "img": "s14.jpg"
+ },
+ {
+ "name": "Ace of Wands",
+ "number": "1",
+ "arcana": "Minor Arcana",
+ "suit": "Wands",
+ "img": "w01.jpg"
+ },
+ {
+ "name": "Two of Wands",
+ "number": "2",
+ "arcana": "Minor Arcana",
+ "suit": "Wands",
+ "img": "w02.jpg"
+ },
+ {
+ "name": "Three of Wands",
+ "number": "3",
+ "arcana": "Minor Arcana",
+ "suit": "Wands",
+ "img": "w03.jpg"
+ },
+ {
+ "name": "Four of Wands",
+ "number": "4",
+ "arcana": "Minor Arcana",
+ "suit": "Wands",
+ "img": "w04.jpg"
+ },
+ {
+ "name": "Five of Wands",
+ "number": "5",
+ "arcana": "Minor Arcana",
+ "suit": "Wands",
+ "img": "w05.jpg"
+ },
+ {
+ "name": "Six of Wands",
+ "number": "6",
+ "arcana": "Minor Arcana",
+ "suit": "Wands",
+ "img": "w06.jpg"
+ },
+ {
+ "name": "Seven of Wands",
+ "number": "7",
+ "arcana": "Minor Arcana",
+ "suit": "Wands",
+ "img": "w07.jpg"
+ },
+ {
+ "name": "Eight of Wands",
+ "number": "8",
+ "arcana": "Minor Arcana",
+ "suit": "Wands",
+ "img": "w08.jpg"
+ },
+ {
+ "name": "Nine of Wands",
+ "number": "9",
+ "arcana": "Minor Arcana",
+ "suit": "Wands",
+ "img": "w09.jpg"
+ },
+ {
+ "name": "Ten of Wands",
+ "number": "10",
+ "arcana": "Minor Arcana",
+ "suit": "Wands",
+ "img": "w10.jpg"
+ },
+ {
+ "name": "Page of Wands",
+ "number": "11",
+ "arcana": "Minor Arcana",
+ "suit": "Wands",
+ "img": "w11.jpg"
+ },
+ {
+ "name": "Knight of Wands",
+ "number": "12",
+ "arcana": "Minor Arcana",
+ "suit": "Wands",
+ "img": "w12.jpg"
+ },
+ {
+ "name": "Queen of Wands",
+ "number": "13",
+ "arcana": "Minor Arcana",
+ "suit": "Wands",
+ "img": "w13.jpg"
+ },
+ {
+ "name": "King of Wands",
+ "number": "14",
+ "arcana": "Minor Arcana",
+ "suit": "Wands",
+ "img": "w14.jpg"
+ },
+ {
+ "name": "Ace of Pentacles",
+ "number": "1",
+ "arcana": "Minor Arcana",
+ "suit": "Pentacles",
+ "img": "p01.jpg"
+ },
+ {
+ "name": "Two of Pentacles",
+ "number": "2",
+ "arcana": "Minor Arcana",
+ "suit": "Pentacles",
+ "img": "p02.jpg"
+ },
+ {
+ "name": "Three of Pentacles",
+ "number": "3",
+ "arcana": "Minor Arcana",
+ "suit": "Pentacles",
+ "img": "p03.jpg"
+ },
+ {
+ "name": "Four of Pentacles",
+ "number": "4",
+ "arcana": "Minor Arcana",
+ "suit": "Pentacles",
+ "img": "p04.jpg"
+ },
+ {
+ "name": "Five of Pentacles",
+ "number": "5",
+ "arcana": "Minor Arcana",
+ "suit": "Pentacles",
+ "img": "p05.jpg"
+ },
+ {
+ "name": "Six of Pentacles",
+ "number": "6",
+ "arcana": "Minor Arcana",
+ "suit": "Pentacles",
+ "img": "p06.jpg"
+ },
+ {
+ "name": "Seven of Pentacles",
+ "number": "7",
+ "arcana": "Minor Arcana",
+ "suit": "Pentacles",
+ "img": "p07.jpg"
+ },
+ {
+ "name": "Eight of Pentacles",
+ "number": "8",
+ "arcana": "Minor Arcana",
+ "suit": "Pentacles",
+ "img": "p08.jpg"
+ },
+ {
+ "name": "Nine of Pentacles",
+ "number": "9",
+ "arcana": "Minor Arcana",
+ "suit": "Pentacles",
+ "img": "p09.jpg"
+ },
+ {
+ "name": "Ten of Pentacles",
+ "number": "10",
+ "arcana": "Minor Arcana",
+ "suit": "Pentacles",
+ "img": "p10.jpg"
+ },
+ {
+ "name": "Page of Pentacles",
+ "number": "11",
+ "arcana": "Minor Arcana",
+ "suit": "Pentacles",
+ "img": "p11.jpg"
+ },
+ {
+ "name": "Knight of Pentacles",
+ "number": "12",
+ "arcana": "Minor Arcana",
+ "suit": "Pentacles",
+ "img": "p12.jpg"
+ },
+ {
+ "name": "Queen of Pentacles",
+ "number": "13",
+ "arcana": "Minor Arcana",
+ "suit": "Pentacles",
+ "img": "p13.jpg"
+ },
+ {
+ "name": "King of Pentacles",
+ "number": "14",
+ "arcana": "Minor Arcana",
+ "suit": "Pentacles",
+ "img": "p14.jpg"
+ }
+ ]
+}
\ No newline at end of file
diff --git a/tarot.json b/tarot.json
new file mode 100644
index 0000000..d3f90c6
--- /dev/null
+++ b/tarot.json
@@ -0,0 +1,473 @@
+{
+ "description": "tarot cards and basic information about them",
+ "cards": [
+ {
+ "name": "The Fool",
+ "number": "0",
+ "arcana": "Major Arcana",
+ "suit": null
+ },
+ {
+ "name": "The Magician",
+ "number": "1",
+ "arcana": "Major Arcana",
+ "suit": null
+ },
+ {
+ "name": "The High Priestess",
+ "number": "2",
+ "arcana": "Major Arcana",
+ "suit": null
+ },
+ {
+ "name": "The Empress",
+ "number": "3",
+ "arcana": "Major Arcana",
+ "suit": null
+ },
+ {
+ "name": "The Emperor",
+ "number": "4",
+ "arcana": "Major Arcana",
+ "suit": null
+ },
+ {
+ "name": "The Hierophant",
+ "number": "5",
+ "arcana": "Major Arcana",
+ "suit": null
+ },
+ {
+ "name": "The Lovers",
+ "number": "6",
+ "arcana": "Major Arcana",
+ "suit": null
+ },
+ {
+ "name": "The Chariot",
+ "number": "7",
+ "arcana": "Major Arcana",
+ "suit": null
+ },
+ {
+ "name": "Strength",
+ "number": "8",
+ "arcana": "Major Arcana",
+ "suit": null
+ },
+ {
+ "name": "The Hermit",
+ "number": "9",
+ "arcana": "Major Arcana",
+ "suit": null
+ },
+ {
+ "name": "Wheel of Fortune",
+ "number": "10",
+ "arcana": "Major Arcana",
+ "suit": null
+ },
+ {
+ "name": "Justice",
+ "number": "11",
+ "arcana": "Major Arcana",
+ "suit": null
+ },
+ {
+ "name": "The Hanged Man",
+ "number": "12",
+ "arcana": "Major Arcana",
+ "suit": null
+ },
+ {
+ "name": "Death",
+ "number": "13",
+ "arcana": "Major Arcana",
+ "suit": null
+ },
+ {
+ "name": "Temperance",
+ "number": "14",
+ "arcana": "Major Arcana",
+ "suit": null
+ },
+ {
+ "name": "The Devil",
+ "number": "15",
+ "arcana": "Major Arcana",
+ "suit": null
+ },
+ {
+ "name": "The Tower",
+ "number": "16",
+ "arcana": "Major Arcana",
+ "suit": null
+ },
+ {
+ "name": "The Star",
+ "number": "17",
+ "arcana": "Major Arcana",
+ "suit": null
+ },
+ {
+ "name": "The Moon",
+ "number": "18",
+ "arcana": "Major Arcana",
+ "suit": null
+ },
+ {
+ "name": "The Sun",
+ "number": "19",
+ "arcana": "Major Arcana",
+ "suit": null
+ },
+ {
+ "name": "Judgement",
+ "number": "20",
+ "arcana": "Major Arcana",
+ "suit": null
+ },
+ {
+ "name": "The World",
+ "number": "21",
+ "arcana": "Major Arcana",
+ "suit": null
+ },
+ {
+ "name": "Ace of Cups",
+ "number": "1",
+ "arcana": "Minor Arcana",
+ "suit": "Cups"
+ },
+ {
+ "name": "Two of Cups",
+ "number": "2",
+ "arcana": "Minor Arcana",
+ "suit": "Cups"
+ },
+ {
+ "name": "Three of Cups",
+ "number": "3",
+ "arcana": "Minor Arcana",
+ "suit": "Cups"
+ },
+ {
+ "name": "Four of Cups",
+ "number": "4",
+ "arcana": "Minor Arcana",
+ "suit": "Cups"
+ },
+ {
+ "name": "Five of Cups",
+ "number": "5",
+ "arcana": "Minor Arcana",
+ "suit": "Cups"
+ },
+ {
+ "name": "Six of Cups",
+ "number": "6",
+ "arcana": "Minor Arcana",
+ "suit": "Cups"
+ },
+ {
+ "name": "Seven of Cups",
+ "number": "7",
+ "arcana": "Minor Arcana",
+ "suit": "Cups"
+ },
+ {
+ "name": "Eight of Cups",
+ "number": "8",
+ "arcana": "Minor Arcana",
+ "suit": "Cups"
+ },
+ {
+ "name": "Nine of Cups",
+ "number": "9",
+ "arcana": "Minor Arcana",
+ "suit": "Cups"
+ },
+ {
+ "name": "Ten of Cups",
+ "number": "10",
+ "arcana": "Minor Arcana",
+ "suit": "Cups"
+ },
+ {
+ "name": "Page of Cups",
+ "number": "11",
+ "arcana": "Minor Arcana",
+ "suit": "Cups"
+ },
+ {
+ "name": "Knight of Cups",
+ "number": "12",
+ "arcana": "Minor Arcana",
+ "suit": "Cups"
+ },
+ {
+ "name": "Queen of Cups",
+ "number": "13",
+ "arcana": "Minor Arcana",
+ "suit": "Cups"
+ },
+ {
+ "name": "King of Cups",
+ "number": "14",
+ "arcana": "Minor Arcana",
+ "suit": "Cups"
+ },
+ {
+ "name": "Ace of Swords",
+ "number": "1",
+ "arcana": "Minor Arcana",
+ "suit": "Swords"
+ },
+ {
+ "name": "Two of Swords",
+ "number": "2",
+ "arcana": "Minor Arcana",
+ "suit": "Swords"
+ },
+ {
+ "name": "Three of Swords",
+ "number": "3",
+ "arcana": "Minor Arcana",
+ "suit": "Swords"
+ },
+ {
+ "name": "Four of Swords",
+ "number": "4",
+ "arcana": "Minor Arcana",
+ "suit": "Swords"
+ },
+ {
+ "name": "Five of Swords",
+ "number": "5",
+ "arcana": "Minor Arcana",
+ "suit": "Swords"
+ },
+ {
+ "name": "Six of Swords",
+ "number": "6",
+ "arcana": "Minor Arcana",
+ "suit": "Swords"
+ },
+ {
+ "name": "Seven of Swords",
+ "number": "7",
+ "arcana": "Minor Arcana",
+ "suit": "Swords"
+ },
+ {
+ "name": "Eight of Swords",
+ "number": "8",
+ "arcana": "Minor Arcana",
+ "suit": "Swords"
+ },
+ {
+ "name": "Nine of Swords",
+ "number": "9",
+ "arcana": "Minor Arcana",
+ "suit": "Swords"
+ },
+ {
+ "name": "Ten of Swords",
+ "number": "10",
+ "arcana": "Minor Arcana",
+ "suit": "Swords"
+ },
+ {
+ "name": "Page of Swords",
+ "number": "11",
+ "arcana": "Minor Arcana",
+ "suit": "Swords"
+ },
+ {
+ "name": "Knight of Swords",
+ "number": "12",
+ "arcana": "Minor Arcana",
+ "suit": "Swords"
+ },
+ {
+ "name": "Queen of Swords",
+ "number": "13",
+ "arcana": "Minor Arcana",
+ "suit": "Swords"
+ },
+ {
+ "name": "King of Swords",
+ "number": "14",
+ "arcana": "Minor Arcana",
+ "suit": "Swords"
+ },
+ {
+ "name": "Ace of Wands",
+ "number": "1",
+ "arcana": "Minor Arcana",
+ "suit": "Wands"
+ },
+ {
+ "name": "Two of Wands",
+ "number": "2",
+ "arcana": "Minor Arcana",
+ "suit": "Wands"
+ },
+ {
+ "name": "Three of Wands",
+ "number": "3",
+ "arcana": "Minor Arcana",
+ "suit": "Wands"
+ },
+ {
+ "name": "Four of Wands",
+ "number": "4",
+ "arcana": "Minor Arcana",
+ "suit": "Wands"
+ },
+ {
+ "name": "Five of Wands",
+ "number": "5",
+ "arcana": "Minor Arcana",
+ "suit": "Wands"
+ },
+ {
+ "name": "Six of Wands",
+ "number": "6",
+ "arcana": "Minor Arcana",
+ "suit": "Wands"
+ },
+ {
+ "name": "Seven of Wands",
+ "number": "7",
+ "arcana": "Minor Arcana",
+ "suit": "Wands"
+ },
+ {
+ "name": "Eight of Wands",
+ "number": "8",
+ "arcana": "Minor Arcana",
+ "suit": "Wands"
+ },
+ {
+ "name": "Nine of Wands",
+ "number": "9",
+ "arcana": "Minor Arcana",
+ "suit": "Wands"
+ },
+ {
+ "name": "Ten of Wands",
+ "number": "10",
+ "arcana": "Minor Arcana",
+ "suit": "Wands"
+ },
+ {
+ "name": "Page of Wands",
+ "number": "11",
+ "arcana": "Minor Arcana",
+ "suit": "Wands"
+ },
+ {
+ "name": "Knight of Wands",
+ "number": "12",
+ "arcana": "Minor Arcana",
+ "suit": "Wands"
+ },
+ {
+ "name": "Queen of Wands",
+ "number": "13",
+ "arcana": "Minor Arcana",
+ "suit": "Wands"
+ },
+ {
+ "name": "King of Wands",
+ "number": "14",
+ "arcana": "Minor Arcana",
+ "suit": "Wands"
+ },
+ {
+ "name": "Ace of Pentacles",
+ "number": "1",
+ "arcana": "Minor Arcana",
+ "suit": "Pentacles"
+ },
+ {
+ "name": "Two of Pentacles",
+ "number": "2",
+ "arcana": "Minor Arcana",
+ "suit": "Pentacles"
+ },
+ {
+ "name": "Three of Pentacles",
+ "number": "3",
+ "arcana": "Minor Arcana",
+ "suit": "Pentacles"
+ },
+ {
+ "name": "Four of Pentacles",
+ "number": "4",
+ "arcana": "Minor Arcana",
+ "suit": "Pentacles"
+ },
+ {
+ "name": "Five of Pentacles",
+ "number": "5",
+ "arcana": "Minor Arcana",
+ "suit": "Pentacles"
+ },
+ {
+ "name": "Six of Pentacles",
+ "number": "6",
+ "arcana": "Minor Arcana",
+ "suit": "Pentacles"
+ },
+ {
+ "name": "Seven of Pentacles",
+ "number": "7",
+ "arcana": "Minor Arcana",
+ "suit": "Pentacles"
+ },
+ {
+ "name": "Eight of Pentacles",
+ "number": "8",
+ "arcana": "Minor Arcana",
+ "suit": "Pentacles"
+ },
+ {
+ "name": "Nine of Pentacles",
+ "number": "9",
+ "arcana": "Minor Arcana",
+ "suit": "Pentacles"
+ },
+ {
+ "name": "Ten of Pentacles",
+ "number": "10",
+ "arcana": "Minor Arcana",
+ "suit": "Pentacles"
+ },
+ {
+ "name": "Page of Pentacles",
+ "number": "11",
+ "arcana": "Minor Arcana",
+ "suit": "Pentacles"
+ },
+ {
+ "name": "Knight of Pentacles",
+ "number": "12",
+ "arcana": "Minor Arcana",
+ "suit": "Pentacles"
+ },
+ {
+ "name": "Queen of Pentacles",
+ "number": "13",
+ "arcana": "Minor Arcana",
+ "suit": "Pentacles"
+ },
+ {
+ "name": "King of Pentacles",
+ "number": "14",
+ "arcana": "Minor Arcana",
+ "suit": "Pentacles"
+ }
+ ]
+}