Numerology

Calculate life path numbers, cycles, challenges, and other numerological values

Import

import { calculateKaabalisticLifePath, calculateStraightAcrossReductionLifePath, calculateCycles, ... } from 'kaabalah/numerology';

Exports

  • calculateKaabalisticLifePath

  • calculateStraightAcrossReductionLifePath

  • calculateCycles

  • calculateChallenges

  • calculateFibonacciCycle

  • calculatePersonalCycles

  • getDateEnergies

  • isMasterNumber

Life Path Calculation Methods

Kaabalistic Method

The calculateKaabalisticLifePath function uses a synthesis-based approach that:

  • Preserves master numbers (11, 22, 33, 44, etc.)

  • Calculates personal mythology numbers

  • Provides detailed reduction steps

Straight Across Reduction

The calculateStraightAcrossReductionLifePath function uses the traditional method of reducing each component (day, month, year) before summing.

Usage Example

Live example


ko-fiarrow-up-right

Last updated