8.2.1 • Published 2 months ago

nanakshahi v8.2.1

Weekly downloads
4
License
MPL-2.0
Repository
github
Last release
2 months ago

nanakshahi-js

A JavaScript library to get Nanakshahi dates and Gurpurabs

npm GitHub Workflow Status (event) GitHub license GitHub issues GitHub pull requests jsdelivr

Contents

Usage

NPM

Install the library via NPM:

npm install nanakshahi

The library can be imported into Node as below:

const n = require('nanakshahi')

const date = new Date()

n.getNanakshahiDate( date )
n.getDateFromNanakshahi( 550, 10, 23 )
n.getGurpurabsForDay( date )
n.getGurpurabsForMonth( 1 )
n.findMovableGurpurab( 'gurunanak' )

Want a demo?
Try on RunKit

CDN

Additionally, the package is available for web use via unpkg CDN.

<script src="https://unpkg.com/nanakshahi"></script>

Or via jsDelivr

<script src="https://cdn.jsdelivr.net/npm/nanakshahi/dist/index.min.js"></script>

Notes

Nanakshahi Calendar

This library is based on the Nanakshahi calendar passed by Sri Akal Takht Sahib in 2003 CE.

All Gurpurabs and historical dates are reckoned with their solar dates. An exception to this are the movable lunar dates which are to be reckoned using the Bikrami calendar until further Panthic consensus.

The Nanakshahi functions will only calculate dates after Nanakshahi adoption in 2003 CE. Any dates before March 14, 2003 CE (535 NS) will return with an Out of Range error.

JavaScript Date() Object

In this library, the Date object has been given in the local time of the client. This ensures that the Gregorian date calculated by the functions is correct regardless of timezone.

API

getDateFromNanakshahi(year, month, date)

Converts Nanakshahi Date into the Gregorian Calendar

Returns: Object - Gregorian Date + Nanakshahi Date in English and Punjabi

ParamTypeDescription
yearnumberNanakshahi Year
monthnumberNanakshahi Month, 1-12
datenumberNanakshahi Day

Example

getDateFromNanakshahi( 550, 10, 23 )

getGurpurabsForDay(gregorianDate)

Returns all Gurpurabs for a Date

Returns: Array - Gurpurabs for the day with Date and name in English and Punjabi

ParamTypeDefaultDescription
gregorianDateObjectnew Date()JavaScript Date() Object

Example

getGurpurabsForDay( new Date() )

getGurpurabsForMonth(month, year)

Returns all Gurpurabs for a Nanakshahi Month

Returns: Object - Gurpurabs for the month with Date and name in English and Punjabi

ParamTypeDescription
monthnumberNanakshahi Month, 1-12
yearnumberNanakshahi Year. Default is current Nanakshahi Year.

Example

getGurpurabsForMonth( 1 )

getNanakshahiDate(gregorianDate)

Converts given Gregorian Date to the corresponding date in the Nanakshahi Calendar

Returns: Object - Nanakshahi Date in English and Punjabi

ParamTypeDefaultDescription
gregorianDateObjectnew Date()JavaScript Date() Object

Example

getNanakshahiDate( new Date() )

findMovableGurpurab(gurpurab, year)

Returns Gregorian Date of Movable Gurpurab from 2003CE - 2100CE

Returns: Object - Gurpurab Date with Name in English and Punjabi

ParamTypeDescription
gurpurabstringMovable Gurpurabs: gurunanak - Parkash Guru Nanak Dev Ji bandichhorr - Bandi Chhorr Divas / Diwali holla - Holla Mahalla kabeer - Birthday Bhagat Kabeer Ji ravidaas - Birthday Bhagat Ravidaas Ji naamdev - Birthday Bhagat Naamdev Ji
yearnumberGregorian year, default is current year. Range 2003...2100

Example

findMovableGurpurab( 'gurunanak' )

Acknowledgements

  • Guru Sahib, who inspires us into Sikhi.

  • Pal Singh Purewal, who explained various concepts in the Bikrami and Nanakshahi Calendars to me and answered my various technical and historical questions. Spent countless hours verifying the calculations done by me.

  • E. M. Reingold and N. Dershowitz for their Calendrical Calculations book and their calendar functions, which serve as the base for the movable Gurpurab calculations done in this library.

  • My father, Jasjit Singh, whose curiosity in the Nanakshahi and Bikrami calendar systems inspired me to find answers to his technical questions.

Contributing

To get started, clone this repo and run npm install inside this directory.

This repository follows the Airbnb's Javascript Style Guide, with a few minor modifications. Notably, spaces should be included inside parentheses and brackets (weird, right!). An ESLint file is provided, and your code will automatically be checked on-commit for style. It is recommended to install an ESLint plugin for your editor (VS Code's ESLint plugin works out of the box), so you can receive linter suggestions as you type.

When writing commit messages, please follow the Conventional Commits specification.

Markdown and HTML JSDoc documentation is generated automatically, on commit, however, if you'd like to preview any changes to documentation, npm run build-docs will update README.md. README.md should not be edited, instead apply modifications to README.hbs.

The general workflow for contributing:

  • Fork/create a new branch.
  • Write or update existing tests with expected results
  • Implement functions/changes
  • Add JSDoc function documentation and examples
  • Create a pull request with the changes

License

This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/.

Covered Software is provided under this License on an “as is” basis, without warranty of any kind, either expressed, implied, or statutory, including, without limitation, warranties that the Covered Software is free of defects, merchantable, fit for a particular purpose or non-infringing. The entire risk as to the quality and performance of the Covered Software is with You. Should any Covered Software prove defective in any respect, You (not any Contributor) assume the cost of any necessary servicing, repair, or correction. This disclaimer of warranty constitutes an essential part of this License. No use of any Covered Software is authorized under this License except under this disclaimer.

Under no circumstances and under no legal theory, whether tort (including negligence), contract, or otherwise, shall any Contributor, or anyone who distributes Covered Software as permitted above, be liable to You for any direct, indirect, special, incidental, or consequential damages of any character including, without limitation, damages for lost profits, loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses, even if such party shall have been informed of the possibility of such damages. This limitation of liability shall not apply to liability for death or personal injury resulting from such party’s negligence to the extent applicable law prohibits such limitation. Some jurisdictions do not allow the exclusion or limitation of incidental or consequential damages, so this exclusion and limitation may not apply to You.

8.2.1

2 months ago

8.2.0

11 months ago

8.1.0

1 year ago

8.1.1

1 year ago

8.0.1

2 years ago

8.0.0

2 years ago

8.0.3

2 years ago

8.0.2

2 years ago

7.1.3

4 years ago

7.1.2

4 years ago

7.1.1

4 years ago

7.1.0

4 years ago

7.0.6

4 years ago

7.0.5

4 years ago

7.0.4

4 years ago

7.0.3

4 years ago

7.0.2

4 years ago

7.0.1

4 years ago

7.0.0

4 years ago

6.1.3

4 years ago

6.1.2

4 years ago

6.1.1

4 years ago

6.1.0

4 years ago

6.0.3

4 years ago

6.0.2

4 years ago

6.0.1

4 years ago

6.0.0

4 years ago

5.1.2

5 years ago

5.1.1

5 years ago

5.1.0

5 years ago

5.0.3

5 years ago

5.0.2

5 years ago

5.0.1

5 years ago

5.0.0

5 years ago

4.0.3

5 years ago

4.0.2

5 years ago

4.0.1

5 years ago

4.0.0

5 years ago

3.1.5

5 years ago

3.1.4

5 years ago

3.1.3

5 years ago

3.1.2

5 years ago

3.1.1

5 years ago

3.1.0

5 years ago

3.0.0

5 years ago

2.3.7

5 years ago

2.3.6

5 years ago

2.3.5

5 years ago

2.3.4

5 years ago

2.3.3

5 years ago

2.3.2

5 years ago

2.3.1

5 years ago

2.3.0

5 years ago

2.2.1

5 years ago

2.2.0

5 years ago

2.1.3

5 years ago

2.1.2

5 years ago

2.1.1

5 years ago

2.1.0

5 years ago

2.0.0

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago