Skip to content

tempranova/Numerologically

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Numerologically

A numerology chart generator. This is built for my upcoming site, numerologically.com, which will have this code at its core.

To Do

  • Add further validation of input by checking for accents, non-included characters
  • Add further calculations listed below
  • Fix to allow for one line for name (separate and calculate)
  • Support for accents and different languages
  • What is a good way to find out if the Y is being used as a vowel or a consonant? (guess that if it has consonants on both sides, it's a vowel - then ask them to confirm on the results page)

What's Coming?

Some notes are within the numerologically.js file that provide instructions on coming additions.

  • Chart additions
    • Essence (transits all added together)
    • Personal year
    • Karmic debt
    • Period Cycle
  • Adding a Facebook login to grab name and birth day and auto calculate
  • Feeding results nicely into a social media share button
  • Adding sidecomment system for results comments and feedback
  • Adding rating system (for accuracy)
  • Gather results for statistics
  • Personalized results
    • Get picture of overall spread of numbers (many, few, balanced, stand outs)
    • Note any recurrences in the major numbers and point out
    • Present statistics of how many users are your number and others (geolocate too?)

What's Included?

Included is the generation of the following numbers:

  • Birth day
  • Birth month
  • Birth year
  • First name
  • Middle name
  • Last name
  • Full name
  • Life Path (Birth day + month + year)
  • Expression/Destiny (Full name)
  • Heart's Desire (vowels in full name)
  • Personality (consonants in full name)
  • Balance (first letter of each name)
  • Maturity (Life Path + Expression)
  • Subsconcious Self (number of different numbers represented in your name)
  • Rational Thought (first name + birth day)
  • 4 Challenge Numbers
    • Birth day - birth month
    • Birth day - birth year
    • Challenge 1 - challenge 2
    • Birth year - birth month
  • 4 Pinnacle Numbers
    • Birth day + birth month
    • Birth day + birth year
    • Challenge 1 + challenge 2
    • Birth year + birth month
  • Special Letters
    • Cornerstone (first letter of name)
    • Capstone (final letter of first name)
    • Special vowel (first vowel of name)
  • Life chart (spans 100 years by default)
    • Physical Transit (letters of first name, each given their own value)
    • Mental Transit (letters of middle name, each given their own value)
    • Spiritual Transit (letters of last name, each given their own value)

How does it work?

Well, I don't really know, but this program runs on Javascript. Otherwise, here's the number key for understanding how each letter gets its value:

1 2 3 4 5 6 7 8 9
A B C D E F G H I
J K L M N O P Q R
S T U V W X Y Z

About

A numerology chart generator.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published