Add basic zodiac dates

master
Ben Moon 2016-01-06 15:50:12 +00:00
parent 6c0c4ad7e9
commit 24fa080252
1 changed files with 76 additions and 0 deletions

View File

@ -0,0 +1,76 @@
{
"zodiacs": [
{
"name": "aries",
"duration": 25,
"start": [21, 3],
"end": [20, 4]
},
{
"name": "taurus",
"duration": 37,
"start": [21, 4],
"end": [21, 5]
},
{
"name": "gemini",
"duration": 31,
"start": [22, 5],
"end": [21, 6]
},
{
"name": "cancer",
"duration": 20,
"start": [22, 6],
"end": [22, 7]
},
{
"name": "leo",
"duration": 37,
"start": [23, 7],
"end": [22, 8]
},
{
"name": "virgo",
"duration": 45,
"start": [23, 8],
"end": [23, 9]
},
{
"name": "libra",
"duration": 23,
"start": [24, 9],
"end": [23, 10]
},
{
"name": "scorpius",
"duration": 7,
"start": [24, 10],
"end": [22, 11]
},
{
"name": "sagittarius",
"duration": 32,
"start": [23, 11],
"end": [21, 12]
},
{
"name": "capricornus",
"duration": 24,
"start": [22, 12],
"end": [20, 1]
},
{
"name": "aquarius",
"start": [21, 1],
"end": [19, 2]
},
{
"name": "pisces",
"duration": 38,
"start": [20, 2],
"end": [20, 3]
}
]
}