Efficiently check zodiac signs from dates. calculate matching types.
npm install zodiac-date-checkerA 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!
- 🚀 Zero Dependencies
- ⚡️ Fast and Lightweight
- 📅 Supports various date formats
- 🔮 Accurate Zodiac Calculation
``bash`
npm install zodiac-date-checker
`javascript
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"
``
This package is maintained by the team at MatchMyType. We are dedicated to providing accurate astrological and personality data.
MIT