1.0.0 • Published 7 years ago

holiday v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

holiday Build Status

List of Federal Public Holidays in 2017

Install

$ yarn add holiday

Usage

const holiday = require('holiday')

// today: 1/1/2017

await holiday()
// => New Years Day

API

holiday(options)

options

Type: object

country

Type: string Default: us Options: us and br

Country holiday

range

Type: string Default: day Options: day || month || year

Related

License

MIT © Bu Kinoshita