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.
Find a file
2026-06-16 07:10:02 +10:00
.gitignore Initial commit 2026-06-16 07:02:36 +10:00
favicon.svg Initial commit 2026-06-16 07:02:36 +10:00
index.html Update footer: dynamic copyright year, byline, and version format 2026-06-16 07:07:35 +10:00
README.md Remove deployment-specific nginx config and README section 2026-06-16 07:10:02 +10:00

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

  1. Overview — chronological timeline, grouped by month, with region filter pills.
  2. Cards — grid of per-region cards.
  3. 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' };