Skip to content

Commit

Permalink
Creating dates.json 📜
Browse files Browse the repository at this point in the history
Now it's easier for everyone to help, to create a holiday just add it to the patterns of this json.
  • Loading branch information
gs-nasc authored Jan 27, 2021
1 parent 5bfbf6b commit add5d62
Showing 1 changed file with 54 additions and 0 deletions.
54 changes: 54 additions & 0 deletions src/dates.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
{
"fixed_holidays": [
{
"name": "Ano Novo",
"date": "01/01",
"type": "Feriado Nacional"
},
{
"name": "Tiradentes",
"date": "21/04",
"type": "Feriado Nacional"
},
{
"name": "Dia do Trabalho",
"date": "01/05",
"type": "Feriado Nacional"
},
{
"name": "Independência do Brasil",
"date": "07/09",
"type": "Feriado Nacional"
},
{
"name": "Nossa Senhora Aparecida",
"date": "12/10",
"type": "Feriado Nacional"
},
{
"name": "Finados",
"date": "02/11",
"type": "Feriado Nacional"
},
{
"name": "Proclamação da República",
"date": "15/11",
"type": "Feriado Nacional"
},
{
"name": "Véspera de Natal",
"date": "24/12",
"type": "Dia Comum"
},
{
"name": "Natal",
"date": "25/12",
"type": "Feriado Nacional"
},
{
"name": "Véspera de Ano Novo",
"date": "31/12",
"type": "Dia Comum"
}
]
}

0 comments on commit add5d62

Please sign in to comment.