/dataset-conze

A simple dataset that you can use in your applications to fetch public holidays for the current year.

Primary LanguagePython

konzé tonton! 🥳

Dataset

View Datasets

The aim of this repository and dataset is to provide a hassle-free way to use the data to build applications.

Disclaimers

  • The information from the dataset is provided by the Prime Minister's Office of Mauritius.
  • The maintainer of this repository is NOT affiliated with the Prime Minister's Office of Mauritius.
  • The data is automatically fetched from the PMO's communiqué but not provided directly by them.
  • The page from which the data is fetched is publicly available.
  • The data is made available here under fair use.

FAQ

In which format is the data provided?
  • JSON
  • The data structure is as follows:
{
  "year": [
    {
      "name": string, // "New Year's Day",
      "date": string, // "2023-01-01",
    }
  ]
}

** The exact date of this festival is subject to confirmation as its celebration depends on the visibility of the moon.