forked from Thinkful-Ed/starter-constellations-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
db.json
102 lines (102 loc) · 1.96 KB
/
db.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"constellations": [
{
"id": "UEUrlfX",
"name": "Columba",
"meaning": "Dove",
"starsWithPlanets": 3,
"quadrant": "SQ1"
},
{
"id": "zb8QvVt",
"name": "Crater",
"meaning": "Cup",
"starsWithPlanets": 10,
"quadrant": "SQ2"
},
{
"id": "32TN5F8",
"name": "Draco",
"meaning": "Dragon",
"starsWithPlanets": 22,
"quadrant": "NQ3"
},
{
"id": "KGQIwSq",
"name": "Eridanus",
"meaning": "River",
"starsWithPlanets": 26,
"quadrant": "SQ1"
},
{
"id": "zvBpkNq",
"name": "Gemini",
"meaning": "Twins",
"starsWithPlanets": 11,
"quadrant": "NQ2"
},
{
"id": "UPtAzfV",
"name": "Hydrus",
"meaning": "Water Snake",
"starsWithPlanets": 5,
"quadrant": "SQ1"
},
{
"id": "ISlkF4G",
"name": "Leo",
"meaning": "Lion",
"starsWithPlanets": 19,
"quadrant": "NQ2"
},
{
"id": "n2OEOzp",
"name": "Libra",
"meaning": "Balance",
"starsWithPlanets": 8,
"quadrant": "SQ3"
},
{
"id": "d6CwhBN",
"name": "Orion",
"meaning": "Hunter",
"starsWithPlanets": 12,
"quadrant": "NQ1"
},
{
"id": "E0TwjDN",
"name": "Phoenix",
"meaning": "Phoenix",
"starsWithPlanets": 11,
"quadrant": "SQ1"
},
{
"id": "bNHCxXb",
"name": "Scorpius",
"meaning": "Scorpion",
"starsWithPlanets": 17,
"quadrant": "SQ3"
},
{
"id": "9Qe-opc",
"name": "Ursa Major",
"meaning": "Great Bear",
"starsWithPlanets": 21,
"quadrant": "NQ2"
},
{
"id": "HwLvy2S",
"name": "Ursa Minor",
"meaning": "Little Bear",
"starsWithPlanets": 6,
"quadrant": "NQ3"
},
{
"id": "dFBbdkr",
"name": "Vela",
"meaning": "Sails",
"starsWithPlanets": 7,
"quadrant": "SQ2"
}
]
}