Socket
Socket
Sign inDemoInstall

holiday-jp

Package Overview
Dependencies
0
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    holiday-jp

Japanese holidays, JavaScript porting of Ruby holiday_jp


Version published
Weekly downloads
173
increased by10.19%
Maintainers
1
Install size
49.9 kB
Created
Weekly downloads
 

Readme

Source

node-holiday-jp

JavaScript porting of holiday_jp

Installation

npm install holiday-jp

Usage

var holiday = require('holiday-jp')

// find holidays between 3/6/2014 ~ 30/9/2014
// returns Array of Object (see below for their properties)
holiday.between(new Date(2014, 5, 3), new Date(2014, 8, 30))

// whether given date is holiday or not
// return true (or false)
holiday.isHoliday(new Date(2014, 10, 3))

Properties

  • name: String - name of the holiday (ex. "文化の日")
  • nameEn: String - English translation (ex. "National Culture Day")
  • wdayName: String - day of the week (ex. "月")
  • date: Date - Date object of the holiday (ex. Mon Nov 03 2014 00:00:00 GMT+0900 (JST))

License

MIT

Keywords

FAQs

Last updated on 02 Aug 2016

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc