Single-file static site listing upcoming public holidays across 16 Asia-Pacific regions (AU states, NZ, SG, HK, JP, KR, CN, MY, TH, ID, PH, VN) with a days-until countdown. Pulls from nager.at and Calendarific APIs.
- HTML 100%
| .gitignore | ||
| favicon.svg | ||
| index.html | ||
| README.md | ||
Public Holidays
Single-file static site listing upcoming public holidays across 16 Asia-Pacific regions (AU states, NZ, SG, HK, JP, KR, CN, MY, TH, ID, PH, VN) with a days-until countdown. Pulls from the nager.at and Calendarific APIs.
Views
- Overview — chronological timeline, grouped by month, with region filter pills.
- Cards — grid of per-region cards.
- Date Range — pick a start/end date and see all holidays in that window.
Configuration
A Calendarific API key is required for CN, MY, and TH holidays. Create a config.js file (path is gitignored) exporting:
window.APPCFG = { calendarificKey: 'YOUR_KEY_HERE' };