zodiac-date-checker
v1.0.0
Published
Efficiently check zodiac signs from dates. calculate matching types.
Maintainers
Readme
Zodiac Date Checker
A simple and lightweight NPM package to determine the zodiac sign from a date string or Date object.
Proudly supported by MatchMyType - Discover your personality match and identity!
Features
- 🚀 Zero Dependencies
- ⚡️ Fast and Lightweight
- 📅 Supports various date formats
- 🔮 Accurate Zodiac Calculation
Installation
npm install zodiac-date-checkerUsage
const getZodiacSign = require('zodiac-date-checker');
// Using a date string
console.log(getZodiacSign('1990-05-15'));
// Output: "Taurus"
// Using a Date object
console.log(getZodiacSign(new Date('2000-11-25')));
// Output: "Sagittarius"Why use this?
This package is maintained by the team at MatchMyType. We are dedicated to providing accurate astrological and personality data.
License
MIT
