Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/logicspark/thailand-holidays

Complete Thailand holidays for 2023 in Thai and English
https://github.com/logicspark/thailand-holidays

holidays json public-holiday public-holidays thailand

Last synced: about 1 month ago
JSON representation

Complete Thailand holidays for 2023 in Thai and English

Awesome Lists containing this project

README

        


Thailand Holidays for 2023



[![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](https://github.com/logicspark/thailand-holidays/blob/main/LICENSE)


Complete Thailand holidays for 2023 in Thai and English. Public data is available in JSON format. Gather and verified by Logic Spark team.


Overview -
Getting Started -
Sample Data -
Feedback -
License

## :open_book: Overview

Provides a database of Thailand holidays including public holidays and government holidays. We have created a simple [website](https://mha.logicspark.com) to review the data. Have fun exploring :sunglasses:

_Note: At the moment, we provide Thailand holidays for 2023._

## :rocket: Getting Started

In the subsequent subsections, we will display the data structure of Thailand holidays. The sample data will be in JSON format. Let's get started!

## :card_file_box: Sample Data

Here is an example of holiday data in JSON format

### Holidays.json

```json
{
"nameTh": "วันขึ้นปีใหม่",
"nameEn": "New year day",
"date": "2023-01-01",
"holidayTypes": ["Public", "Government"],
"note": "My holiday"
}
```

#### JSON Key Description

| Key | Type | Description |
| :------------- | :------- | :---------------------------------------- |
| `nameTh` | `string` | Holiday name in Thai |
| `nameEn` | `string` | Holiday name in English |
| `date` | `string` | Holiday date |
| `holidayTypes` | `array` | Holiday types (`public` and `government`) |
| `note` | `string` | Holiday description |

## :speech_balloon: Feedback

If there is missing/incorrect data or any suggestion, please reach out to us [here](https://github.com/logicspark/thailand-holidays/issues/new).

## :books: License

Distributed under the MIT License. See [LICENSE](https://github.com/logicspark/thailand-holidays/blob/main/LICENSE) for more information.

(back to top)