npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

iobroker.holidays

v0.0.3

Published

Shows public and other holidays by country, state and region, including custom and movable holidays

Downloads

193

Readme

Logo

ioBroker.holidays

NPM version Downloads Number of Installations Current version in stable repository

NPM

Tests: Test and Release

holidays adapter for ioBroker

Shows public, bank, school, optional and observance holidays for all European countries and the most important countries worldwide. Regional rules (federal states, cantons, regions, cities) can be selected. Official holidays can be edited or disabled, and custom holidays can be added — including movable dates such as Easter-based days.

The adapter answers the common automation question: is today a work-free public holiday?

Holiday data is provided by date-holidays (200+ countries, ISO 3166-2 states/regions, Easter/Islamic/Hebrew/Chinese calendars).

Configuration

  1. Choose language, country and optionally state / region.
  2. Decide what counts as work-free: public holidays always, optionally bank/optional holidays, optionally weekends.
  3. Click Load official holidays to edit, rename, retype or disable individual official days.
  4. Add custom holidays with a rule, type and work-free flag.
  5. Use Preview to check the current year before saving.

Holiday rule examples

| Rule | Meaning | |---|---| | 12-24 | Fixed date, 24 December | | easter | Easter Sunday | | easter -2 | Good Friday | | easter 1 | Easter Monday | | easter 39 | Ascension Day | | 1st monday in May | First Monday in May | | 4th thursday in November | Thanksgiving-style rule |

States

holidays.0
├── info.connection
├── location.{country,countryName,state,stateName,region,regionName,timeZone}
├── today / tomorrow
│   ├── date, weekday
│   ├── isHoliday              any holiday
│   ├── isPublicHoliday        statutory / public
│   ├── isWorkFree             work-free holiday
│   ├── isWeekend
│   ├── isWorkFreeDay          work-free holiday or weekend
│   ├── name, type
│   └── list                   JSON array
├── next.public / next.any     name, date, daysUntil, type
├── lists
│   ├── year
│   ├── all, public, bank, school, optional, observance, workFree, upcoming
│   └── *Text                  human-readable multiline lists
└── commands.refresh

Which list to use

| Need | State | |---|---| | Blockly / scripts, structured data | lists.public, lists.all, today.list (JSON) | | Telegram, VIS text, notifications | lists.publicText, lists.upcomingText | | Next remaining days this year + window | lists.upcoming / lists.upcomingText | | Only days off | lists.workFree / today.isWorkFree | | Presence / heating / alarm scenes | today.isWorkFreeDay | | Countdown widget | next.public.daysUntil |

JSON entries look like { "date", "name", "type", "rule", "workFree", "substitute" }.

Changelog

See CHANGELOG.md.

License

MIT Copyright (c) 2026 Gerhard Steinwedel [email protected]