astro-from-date-zodiac
v1.0.0
Published
Simple npm library to get zodiac sign from date.
Readme
astro-from-date
Simple npm library to get zodiac sign from date.
Install
npm install astro-from-date
Usage
const { getZodiacSign } = require("astro-from-date");
console.log(getZodiacSign("1995-06-21")); // Cancer
