https://github.com/bukinoshita/is-holiday
:confetti_ball: Get todays Federal Public Holidays
https://github.com/bukinoshita/is-holiday
cli command-line holidays javascript nodejs
Last synced: over 1 year ago
JSON representation
:confetti_ball: Get todays Federal Public Holidays
- Host: GitHub
- URL: https://github.com/bukinoshita/is-holiday
- Owner: bukinoshita
- License: mit
- Created: 2017-02-25T15:19:42.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-06-13T16:34:50.000Z (about 7 years ago)
- Last Synced: 2025-03-16T17:45:14.842Z (over 1 year ago)
- Topics: cli, command-line, holidays, javascript, nodejs
- Language: JavaScript
- Homepage:
- Size: 2.93 MB
- Stars: 6
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# is-holiday [](https://travis-ci.org/bukinoshita/is-holiday)
> Get todays Federal Public Holidays :confetti_ball:
## Install
```bash
$ npm install -g is-holiday
```
## Usage
```bash
$ is-holiday --help
Usage:
$ is-holiday Check if today is a holiday
Example:
$ is-holiday
$ is-holiday --month
$ is-holiday --year
Options:
-m, --month Get every holiday for the current month
-y, --year Get every holiday for the current year
-h, --help Show help options
-v, --version Show version
```
## Demo

## Related
- [holiday](https://github.com/bukinoshita/holiday) — :calendar: List of Federal Public Holidays
## License
MIT © [Bu Kinoshita](https://bukinoshita.io)