{"id":25821368,"url":"https://github.com/marcmarine/western-signs","last_synced_at":"2025-07-19T20:36:20.480Z","repository":{"id":250362656,"uuid":"831676200","full_name":"marcmarine/western-signs","owner":"marcmarine","description":"Explore topics related to the western world.","archived":false,"fork":false,"pushed_at":"2024-12-18T10:38:44.000Z","size":2476,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-21T05:18:00.353Z","etag":null,"topics":["astrology","horoscope","western-signs","zodiac"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/western-signs","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/marcmarine.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","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":"2024-07-21T09:42:21.000Z","updated_at":"2024-12-18T10:38:47.000Z","dependencies_parsed_at":"2024-12-10T17:40:42.426Z","dependency_job_id":null,"html_url":"https://github.com/marcmarine/western-signs","commit_stats":null,"previous_names":["marcmarine/western-signs"],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcmarine%2Fwestern-signs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcmarine%2Fwestern-signs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcmarine%2Fwestern-signs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcmarine%2Fwestern-signs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marcmarine","download_url":"https://codeload.github.com/marcmarine/western-signs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241139877,"owners_count":19916465,"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":["astrology","horoscope","western-signs","zodiac"],"created_at":"2025-02-28T10:54:58.678Z","updated_at":"2025-07-19T20:36:20.470Z","avatar_url":"https://github.com/marcmarine.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Western Signs\n\nSimple interface for [western astrological](https://en.wikipedia.org/wiki/Western_astrology) signs.\n\n[![NPM Version](https://img.shields.io/npm/v/western-signs)](https://www.npmjs.com/package/western-signs)\n[![GitHub License](https://img.shields.io/github/license/marcmarine/western-signs)](LICENSE)\n[![View Changelog](https://img.shields.io/badge/view-CHANGELOG.md-red.svg)](https://github.com/marcmarine/western-signs/releases)\n[![TypeDoc](https://img.shields.io/badge/view-docs-yellow.svg)](https://marcmarine.github.io/western-signs)\n![NPM Unpacked Size](https://img.shields.io/npm/unpacked-size/western-signs)\n\nThe **Western Signs** library provides detailed information about each astrological sign, including its `name`, `element`, `modality`, `rulingPlanet` and `glyph`, among other things. Additionally, you can specify the language for translations.\n\n\u003cdetails close\u003e\n\u003csummary\u003eWordArt\u003c/summary\u003e\n\n![West Art](https://github.com/marcmarine/western-signs/raw/main/WestArt.gif)\n\n\u003c/details\u003e\n\n## Installation\n\nTo install dependencies:\n\n```bash\nnpm install western-signs\n```\n\n## Usage\n\nTo use the `getSignByName` function, import it along with the `SIGNS` constant from the `western-signs` package:\n\n```js\nimport { getSignByName, SIGNS } from 'western-signs'\n```\n\nCall the function with the desired astrological sign and optionally specify a language code. If no language code is provided, it defaults to English.\n\n```js\nconst data = getSignByName(SIGNS.TAURUS)\n```\n\nIt should returns an object with the following properties:\n\n```js\n{\n  bodyPart: 'Throat',\n  character: 'Bull',\n  element: 'Earth',\n  endDate: 2020-05-20T22:00:00.000Z,\n  glyph: '♉',\n  modality: 'Fixed',\n  name: 'Taurus',\n  number: 2,\n  pole: 'Negative',\n  rulingPlanet: 'Venus',\n  season: 'Spring',\n  startDate: 2020-04-20T22:00:00.000Z\n}\n```\n\n## API Reference\n\n### Functions\n\n- [getHouses](https://marcmarine.github.io/western-signs/functions/getHouses)\n- [getSignByDate](https://marcmarine.github.io/western-signs/functions/getSignByDate)\n- [getSignByName](https://marcmarine.github.io/western-signs/functions/getSignByName)\n- [getSigns](https://marcmarine.github.io/western-signs/functions/getSigns)\n\n### Interfaces\n\n- [House](https://marcmarine.github.io/western-signs/interfaces/House)\n- [Sign](https://marcmarine.github.io/western-signs/interfaces/Sign)\n\nFor more detailed API information, please check out the [documentation](https://marcmarine.github.io/western-signs).\n\n## License\n\nMIT License © 2024 [Marc Mariné](https://github.com/marcmarine)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcmarine%2Fwestern-signs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarcmarine%2Fwestern-signs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcmarine%2Fwestern-signs/lists"}