1.1.2 • Published 1 year ago

nse_holidays v1.1.2

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

nse_holidays

This repo is of an npm package. Which helps in checking whether today is a holiday or trading day of NSE India

Usage

const {isTodayHoliday} = require("nse_holidays");

async function check(){

  return await isTodayHoliday();
  
} //returns an object {isHoliday:true,Holiday:"Republic Day"} or {isHoliday:false,Holiday:"no holiday"}

check() //calling function

Note

isTodayHoliday() //return a promise which resolves into an object try enclosing 'isTodayHoliday()' inside a async function

1.1.2

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago