{"id":16760383,"url":"https://github.com/ryanve/numerologia","last_synced_at":"2025-04-10T17:38:10.989Z","repository":{"id":46208321,"uuid":"387544321","full_name":"ryanve/numerologia","owner":"ryanve","description":"dark themed numerology calculator","archived":false,"fork":false,"pushed_at":"2021-11-06T21:27:07.000Z","size":46,"stargazers_count":10,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-02T18:56:26.954Z","etag":null,"topics":["baby-names","calculadora","calculator","colorful","css","dark-mode","dark-theme","divine","html","javascript","library","naming","numerologia","numerology","occult","spanglish","web-app","web-design","web-tool"],"latest_commit_sha":null,"homepage":"https://ryanve.dev/numerologia","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"0bsd","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ryanve.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":"ryanve","patreon":"ryanve","open_collective":"ryanve","ko_fi":"ryanve"}},"created_at":"2021-07-19T17:28:04.000Z","updated_at":"2024-03-27T12:29:53.000Z","dependencies_parsed_at":"2022-07-25T00:02:06.237Z","dependency_job_id":null,"html_url":"https://github.com/ryanve/numerologia","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":"s9a/zero","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanve%2Fnumerologia","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanve%2Fnumerologia/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanve%2Fnumerologia/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanve%2Fnumerologia/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ryanve","download_url":"https://codeload.github.com/ryanve/numerologia/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248262051,"owners_count":21074238,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["baby-names","calculadora","calculator","colorful","css","dark-mode","dark-theme","divine","html","javascript","library","naming","numerologia","numerology","occult","spanglish","web-app","web-design","web-tool"],"created_at":"2024-10-13T04:23:20.438Z","updated_at":"2025-04-10T17:38:10.933Z","avatar_url":"https://github.com/ryanve.png","language":"HTML","funding_links":["https://github.com/sponsors/ryanve","https://patreon.com/ryanve","https://opencollective.com/ryanve","https://ko-fi.com/ryanve"],"categories":[],"sub_categories":[],"readme":"# [numerología](https://ryanve.github.io/numerologia)\n\n[\u003cb\u003ecalculadora de numerología \u003cbr\u003e numerology calculator\u003c/b\u003e](https://ryanve.github.io/numerologia)\n\n## [api](api.js)\n\n### número de numerología \u003cbr\u003e numerology number\n\n```js\nnumerologia.numero(\"66\") // 3\nnumerologia.numero(\"999\") // 9\nnumerologia.numero(\"agua\") // 12\nnumerologia.numero(\"water\") // 22\nnumerologia.numero(\"2020-12-12\") // 1\n```\n\n### numerología del nombre \u003cbr\u003e name numerology \u003cbr\u003e baby naming\n\n```js\nnumerologia.numero(\"dounia\") // 1\nnumerologia.numero(\"summer\") // 8\nnumerologia.numero(\"mf doom\") // 3\n```\n\n### numerología de palabras \u003cbr\u003e word numerology\n\n```js\nnumerologia.numero(\"fire\") // 11\nnumerologia.numero(\"soul\") // 4\n```\n\n### brand numerology \u003cbr\u003e brand naming\n\n```js\nnumerologia.numero(\"github\") // 4\nnumerologia.numero(\"github.com\") // 44\n```\n\n### ruta de vida \u003cbr\u003e life path number\n\n```js\nlet nacimiento = \"1997-03-31\"\nnumerologia.numero(nacimiento) // 33\n```\n\n```js\nlet birth = \"07/13/1971\"\nnumerologia.numero(birth) // 11\n```\n\n### composición digital \u003cbr\u003e digital composition\n\n```js\nnumerologia.show(\"  \") // \"00\"\nnumerologia.show(\"DJ\") // \"41\"\nnumerologia.show(\"a11y\") // \"1117\"\nnumerologia.show(\"grace\") // \"79135\"\nnumerologia.show(\"blink-182\") // \"239520182\"\nnumerologia.show(\"space cadet\") // \"17135031452\"\n```\n\n### suma digital \u003cbr\u003e digital sum\n\n```js\nnumerologia.suma(\"66\") // 12\nnumerologia.suma(\"999\") // 27\nnumerologia.suma(\"agua\") // 12\nnumerologia.suma(\"water\") // 22\nnumerologia.suma(\"2020-12-12\") // 10\n```\n\n### raíz digital \u003cbr\u003e digital root\n\n```js\nnumerologia.raiz(\"999\") // 9\nnumerologia.raiz(\"bae\") // 8\nnumerologia.raiz(\"agua\") // 3\nnumerologia.raiz(\"water\") // 4\nnumerologia.raiz(\"2020-12-12\") // 1\n```\n\n### repitiendo \u003cbr\u003e repeating \u003cbr\u003e repdigit\n\n```js\nnumerologia.rep(\"9\") // false\nnumerologia.rep(\"99\") // true\nnumerologia.rep(\"100\") // false\nnumerologia.rep(\"zzz\") // true\nnumerologia.rep(\"zzZ\") // false\n```\n\n### [base](../../pull/11)\n\n```js\nnumerologia.base(\"Áá\") // \"Aa\"\nnumerologia.base(\"amoré\") // \"amore\"\n```\n\n### key\n\n```js\nnumerologia.key(\"d\") // 4\nnumerologia.key(\"j\") // 1\nnumerologia.key(29) // 2\nnumerologia.key(10) // 1\n```\n\n### [create \u003cbr\u003e crear](../../pull/29)\n\n- create alternate nine [api](#api) from alphabet\n- default alphabet is latin\n\n```js\nlet robot = numerologia.create(\"!@#$%^\u0026*()\")\nrobot.raiz(\"!!\") // 2\n```\n\n### [npm](https://npm.im/numerologia)\n\n```bash\nnpm install numerologia\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryanve%2Fnumerologia","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fryanve%2Fnumerologia","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryanve%2Fnumerologia/lists"}