davidfoliveira / node-holiday-pt

Portuguese holiday list and helper functions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

holiday-pt - Portuguese holiday list and helper functions

Installing

npm install holiday-pt

Usage

var
    holidays = require('holiday-pt');

// Get a list of holidays between two dates
curYearHolidays = holidays.between(new Date(2015,0,1),new Date(2016,0,1));

// Check if a specific date is a holiday
if ( holidays.isHoliday(new Date(2048,4-1,25)) ) {
    console.log("Long live freedom!");
}

About

Portuguese holiday list and helper functions


Languages

Language:JavaScript 93.8%Language:Shell 4.6%Language:Makefile 1.7%