JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 22
  • Score
    100M100P100Q53190F
  • License ISC

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@clydedsouza/horoscope) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme


    Horoscope npm package

    @clydedsouza/horoscope

    An npm library for zodiac signs. Get details on each zodiac sign, pass a date and know which zodiac sign it falls in or get a list of all zodiac signs. Now includes Chinese zodiac signs and elements!

    How to use

    Installation

    Library can either be directly downloaded from the npm registry or installed from the GitHub registry.

    NPM

    By default the npm js registry URL is already pre-configured in your npm installation. So, you should be able to install directly using this command.

    > npm i @clydedsouza/horoscope

    GitHub

    This package is also published in the GitHub registry. This URL will need to be added to the .npmrc file against the @clydedz namespace.

    @clydedz:registry=https://npm.pkg.github.com
    //npm.pkg.github.com/:_authToken=<GitHub personal access token>
    always-auth=true

    And then from the command line you'll need to run the installation command.

    > npm i @clydedz/horoscope

    Usage

    NPM

    Import the required methods from @clydedsouza/horoscope.

    import { getZodiacSignForDate } from '@clydedsouza/horoscope'
    
    const sign = getZodiacSignForDate(new Date('2 March 1995'))

    GitHub

    Import the required methods from @clydedz/horoscope.

    import { getZodiacSignForDate } from '@clydedz/horoscope'
    
    const sign = getZodiacSignForDate(new Date('2 March 1995'))

    For more examples, refer to this file.

    Credits

    (c) 2023 Clyde D'Souza
    Icon credits: Firkin