{"id":32821264,"url":"https://github.com/tabone/deity-generator","last_synced_at":"2026-06-19T23:31:33.415Z","repository":{"id":59525724,"uuid":"537740345","full_name":"tabone/deity-generator","owner":"tabone","description":"A generator for deities","archived":false,"fork":false,"pushed_at":"2023-04-23T12:06:15.000Z","size":80,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-07T14:11:29.240Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tabone.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-09-17T08:03:41.000Z","updated_at":"2023-09-09T21:08:06.000Z","dependencies_parsed_at":"2024-10-20T14:50:37.623Z","dependency_job_id":null,"html_url":"https://github.com/tabone/deity-generator","commit_stats":{"total_commits":9,"total_committers":1,"mean_commits":9.0,"dds":0.0,"last_synced_commit":"cd6fd7f177226d45af803411261e43e487e35025"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tabone/deity-generator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tabone%2Fdeity-generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tabone%2Fdeity-generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tabone%2Fdeity-generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tabone%2Fdeity-generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tabone","download_url":"https://codeload.github.com/tabone/deity-generator/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tabone%2Fdeity-generator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34552295,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-19T02:00:06.005Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2025-11-07T14:05:36.802Z","updated_at":"2026-06-19T23:31:33.363Z","avatar_url":"https://github.com/tabone.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Deity Generator\n\nGenerates a random Dwarf Fortress Deity.\n\n## Installation\n\n```bash\nnpm install --save deity-generator\n```\n\n## Usage\n\n```javascript\nimport { Deity } from 'deity-generator'\n\nconst deity = new Deity({ seed: 'seed' })\n\nconsole.log(deity.name) // =\u003e ak Upuh\nconsole.log(deity.gender) // =\u003e male\nconsole.log(deity.spheres) // =\u003e [ 'rulership', 'jealousy' ]\nconsole.log(deity.creature) // =\u003e cave swallow\nconsole.log(deity.toString()) // =\u003e ak Upuh most often takes the form of a male cave swallow and is associated with rulership and jealousy.\n```\n\n## Deity API\n\n### new Deity(`props`) =\u003e `Deity`\n\nUsed to create a new Deity.\n\n| Field            | Type     | Description                      |\n| ---------------- | -------- | -------------------------------- |\n| `props.seed`     | string   | Seed used to generate the deity. |\n| `props.name`     | string   | Deity's name.                    |\n| `props.gender`   | string   | Deity's gender.                  |\n| `props.creature` | string   | Deity's creature.                |\n| `props.spheres`  | string[] | Deity's spheres.                 |\n\n### .name =\u003e `string`\n\nUsed to get the Deity's name.\n\n### .gender =\u003e `string`\n\nUsed to get the Deity's gender.\n\n### .spheres =\u003e `string`\n\nUsed to get the Deity's spheres.\n\n### .creature =\u003e `string`\n\nUsed to get the Deity's name.\n\n### .toString() =\u003e `string`\n\nUsed to descripe the Deity.\n\n## References\n\n- [DF2014:Deity](https://dwarffortresswiki.org/index.php/DF2014:Deity)\n- [DF2014:Creature](https://dwarffortresswiki.org/index.php/DF2014:Creature)\n- [DF2014:Animals](https://dwarffortresswiki.org/index.php/Category:DF2014:Animals)\n- [DF2014:Deity](https://dwarffortresswiki.org/index.php/DF2014:Vermin)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftabone%2Fdeity-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftabone%2Fdeity-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftabone%2Fdeity-generator/lists"}