Giter Club home page Giter Club logo

numerologia's Introduction

calculadora de numerología
numerology calculator

número de numerología
numerology number

numerologia.numero("66") // 3
numerologia.numero("999") // 9
numerologia.numero("agua") // 12
numerologia.numero("water") // 22
numerologia.numero("2020-12-12") // 1

numerología del nombre
name numerology
baby naming

numerologia.numero("dounia") // 1
numerologia.numero("summer") // 8
numerologia.numero("mf doom") // 3

numerología de palabras
word numerology

numerologia.numero("fire") // 11
numerologia.numero("soul") // 4

brand numerology
brand naming

numerologia.numero("github") // 4
numerologia.numero("github.com") // 44

ruta de vida
life path number

let nacimiento = "1997-03-31"
numerologia.numero(nacimiento) // 33
let birth = "07/13/1971"
numerologia.numero(birth) // 11

composición digital
digital composition

numerologia.show("  ") // "00"
numerologia.show("DJ") // "41"
numerologia.show("a11y") // "1117"
numerologia.show("grace") // "79135"
numerologia.show("blink-182") // "239520182"
numerologia.show("space cadet") // "17135031452"

suma digital
digital sum

numerologia.suma("66") // 12
numerologia.suma("999") // 27
numerologia.suma("agua") // 12
numerologia.suma("water") // 22
numerologia.suma("2020-12-12") // 10

raíz digital
digital root

numerologia.raiz("999") // 9
numerologia.raiz("bae") // 8
numerologia.raiz("agua") // 3
numerologia.raiz("water") // 4
numerologia.raiz("2020-12-12") // 1

repitiendo
repeating
repdigit

numerologia.rep("9") // false
numerologia.rep("99") // true
numerologia.rep("100") // false
numerologia.rep("zzz") // true
numerologia.rep("zzZ") // false
numerologia.base("Áá") // "Aa"
numerologia.base("amoré") // "amore"

key

numerologia.key("d") // 4
numerologia.key("j") // 1
numerologia.key(29) // 2
numerologia.key(10) // 1
  • create alternate nine api from alphabet
  • default alphabet is latin
let robot = numerologia.create("!@#$%^&*()")
robot.raiz("!!") // 2
npm install numerologia

numerologia's People

Contributors

ryanve avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

dfischer

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.