Numerology JS
Raw numerology reports (JSON).
Instructions
Choose a mode: Auto, Number, Date, or Text.
Enter your query (a number, a date like YYYY-MM-DD, or a piece of text).
Toggle Respect master numbers if you want master reductions preserved.
If you are in Text mode, choose a Y rule (Auto / Always vowel / Always consonant).
Click Run to view the raw JSON output.
Inputs
Fill out the following inputs.
Input
Heading
Heading
Label
Heading
Heading
Heading
Mode
Heading
Heading
Heading
Query
Heading
Heading
Heading
Respect master numbers
Heading
Heading
Heading
Y rule (text only)
Outputs
Here are the outputs.
Heading
[ { "param": "q", "code": "required", "message": "q is required" } ]
Here is a paragraph for output.
Heading
Heading
Numerology JS State
Here is the data's state.
{ "key": "numerology-js", "errors": [ { "param": "q", "code": "required", "message": "q is required" } ], "params": { "mode": "auto", "q": "", "respectMaster": true, "yRule": "auto" }, "definition": { "meta": { "key": "numerology-js", "label": "Numerology JS", "version": 4, "category": "Debug" }, "inputs": { "blocks": [ { "kind": "header", "id": "h1", "label": "Input", "level": 3 }, { "kind": "input", "id": "mode", "type": "select", "label": "Mode", "placeholder": "Select mode", "param": "mode", "default": "auto", "options": [ { "value": "auto", "label": "Auto" }, { "value": "number", "label": "Number" }, { "value": "date", "label": "Date" }, { "value": "text", "label": "Text" } ] }, { "kind": "input", "id": "q", "type": "text", "inputType": "text", "label": "Query", "placeholder": "Enter a number, date, or text", "param": "q", "required": true, "default": "" }, { "kind": "input", "id": "rm", "type": "boolean", "label": "Respect master numbers", "placeholder": "", "param": "respectMaster", "default": true }, { "kind": "input", "id": "yr", "type": "select", "label": "Y rule (text only)", "placeholder": "Select Y rule", "param": "yRule", "default": "auto", "options": [ { "value": "auto", "label": "Auto" }, { "value": "yIsVowel", "label": "Always vowel" }, { "value": "yIsConsonant", "label": "Always consonant" } ] } ] }, "outputs": { "blocks": [ { "kind": "output", "id": "raw", "type": "json", "label": "Raw", "sourcePath": "raw" } ] } }, "result": null }
Other Tools
Here are some other tools to try.