UNPKG

is-weekend

Version:
34 lines (20 loc) 437 B
# is-weekend [![Build Status](https://travis-ci.org/hemanth/is-weekend.svg?branch=master)](https://travis-ci.org/hemanth/is-weekend) > Is it weekend yet? ## Install ``` $ npm install --save is-weekend ``` ## Usage ```js var isWeekend = require('is-weekend')(); isWeekend; // True or False; ``` ## CLI ```js $ is-weekend Yay! It's weekend! $ is-weekend Nope, not yet :( ``` ## License MIT © [Hemanth.HM](http://h3manth.com)