Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/logicspark/thailand-holidays
- Owner: logicspark
- License: mit
- Created: 2023-06-19T02:58:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-31T04:20:58.000Z (over 1 year ago)
- Last Synced: 2023-07-31T04:31:56.814Z (over 1 year ago)
- Topics: holidays, json, public-holiday, public-holidays, thailand
- Homepage: https://hma.logicspark.com/
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.## :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.