0.0.2 • Published 11 years ago
helg v0.0.2
Helg hel:j
](https://travis-ci.org/wibron/helg)
Determine if the current date is on weekend (helg) or not. Made for you @benjick.
Installation
$ npm install --save helgor globally:
$ npm install -g helgUsage:
var helg = require('helg');
helg.ere();$ helgAPI
ere(Date)
Date (optional)
Date object to match against. Must be a new instance of Date, e.g: new Date(). If no date is passed, the module will use the current time.