Gives your horoscope and chinese horoscope based on your date of birth. Also has multi-language support
npm i find-horoscope
findHoroscope.getZodiac(BirthDate
, LangCode
)
import { FindHoroscope } from "find-horoscope";
const birthDate:Date = new Date('March 20, 1995 13:24:00');
const findHoroscope = new FindHoroscope();
console.log(findHoroscope.getZodiac(birthDate, 'tr'));
//Balık
console.log(findHoroscope.getChineseZodiac(birthDate, 'en'));
//Pig
Supported Lang Codes:
LangCode | Description |
---|---|
tr | Turkish |
en | English |
it | Italian |
fr | French |