-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdays.json
More file actions
37 lines (37 loc) · 1.18 KB
/
days.json
File metadata and controls
37 lines (37 loc) · 1.18 KB
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
[
{
"name": "Ada Lovelace Day",
"monthName": "October",
"dayName": "Tuesday",
"occurrence": "second",
"descriptionURL": "https://codeyourfuture.github.io/The-Piscine/days/ada.txt"
},
{
"name": "International Binturong Day",
"monthName": "May",
"dayName": "Saturday",
"occurrence": "second",
"descriptionURL": "https://codeyourfuture.github.io/The-Piscine/days/binturongs.txt"
},
{
"name": "International Vulture Awareness Day",
"monthName": "September",
"dayName": "Saturday",
"occurrence": "first",
"descriptionURL": "https://codeyourfuture.github.io/The-Piscine/days/vultures.txt"
},
{
"name": "International Red Panda Day",
"monthName": "September",
"dayName": "Saturday",
"occurrence": "third",
"descriptionURL": "https://codeyourfuture.github.io/The-Piscine/days/red-pandas.txt"
},
{
"name": "World Lemur Day",
"monthName": "October",
"dayName": "Friday",
"occurrence": "last",
"descriptionURL": "https://codeyourfuture.github.io/The-Piscine/days/lemurs.txt"
}
]