An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# is-holiday [![Build Status](https://travis-ci.org/bukinoshita/is-holiday.svg?branch=master)](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)