Skip to content

GaetanKarst/Get-Lunar-Age

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Get-Lunar-Age

Test Image 4

Find out what is your age in the lunar calendar

Did you know that, in some east asian (not only) cultures, the age is not calculated the same way as we do in western countries?

This very simple npm library will let you know how old you are in these countries.

Instructions

Install

    npm i get-lunar-age

Use it in your project

const { getLunarAge } = require("./getLunarAge");
console.log(getLunarAge(1995, 12, 31));

What you will get:

Your lunar age is 28 years old 🌖

Develped by Gaetan Karst

About

My first contribution to NPM. This very simple package allows you to calculate your lunar age.

Resources

Stars

Watchers

Forks

Packages

No packages published