1.0.0 • Published 8 years ago
holiday v1.0.0
holiday 
List of Federal Public Holidays in 2017
Install
$ yarn add holidayUsage
const holiday = require('holiday')
// today: 1/1/2017
await holiday()
// => New Years DayAPI
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
- is-holiday — Get todays Federal Public Holidays
License
MIT © Bu Kinoshita