western-signs

1.3.0 • Public • Published

Western Signs

Simple interface for western astrological signs.

NPM Version GitHub License

West Art

The 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.

Installation

To install dependencies:

npm install western-signs

Usage

To use the getSignByName function, import it along with the SIGNS constant from the western-signs package:

import { getSignByName, SIGNS } from 'western-signs'

Call the function with the desired astrological sign and optionally specify a language code. If no language code is provided, it defaults to English.

const data = getSignByName(SIGNS.TAURUS)

It should returns an object with the following properties:

{
  name: 'Taurus',
  element: 'Earth',
  modality: 'Fixed',
  rulingPlanet: 'Venus',
  glyph: '♉'
  [...]
}

License

MIT License © 2024 Marc Mariné

Package Sidebar

Install

npm i western-signs

Weekly Downloads

171

Version

1.3.0

License

MIT

Unpacked Size

21.4 kB

Total Files

4

Last publish

Collaborators

  • mmarine