get-nepday-of-week 
Get nepali day of week from Date object or index (with 0 for Sunday and so on)
Install
$ npm install --save get-nepday-of-week
Usage
Note: If no argument is passed, the dayOfWeek for current day is returned.
var getNepdayOfWeek = require('get-nepday-of-week');
getNepdayOfWeek(new Date('2015/10/24'))
getNepdayOfWeek({"lang": "en"})
getNepdayOfWeek(2)
getNepdayOfWeek(1, {"lang": "ne", "type": "short"})
getNepdayOfWeek(-2)
API
getNepdayOfWeek([input], [options])
input
Type: Date or Number
Range: 0-6 if Number with 0 for Sunday/Aaitabaar and so on.
options
lang
Type: string
Default: ne
type
Type: string
Possible values: full (eg. Aaitabaar), short (eg. Aaita), min (eg. Aai)
License
MIT © techgaun