cordea/Days Off
Check if the date is a day off.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| date | Target date. | yes | — |
| country | The country supported by date-holidays. | yes | — |
| state | The state supported by date-holidays. | — | — |
| region | The region supported by date-holidays. | — | — |
| include-types | Target holiday types separated by commas. "public", "bank", "school", "optional" or "observance". | — | public |
| weekend | Days off separated by commas. Accepts numbers from 0 for Sunday to 6 for Saturday. | — | — |
| result-encoding | The encoding of the result. "bool" or "json". | — | bool |
Outputs
| name | description |
|---|---|
| result | Result. |