1.0.1 • Published 3 years ago

get-lunar-age v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

Get-Lunar-Age

Test Image 4

Find out what is your age in the lunar calendar

Did you know that, in some east asian 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.

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

What you will get:

Your lunar age is 28years old 🌖

Develped by Gaetan Karst