1.0.0 • Published 5 months ago

@clydedsouza/horoscope v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

@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

1.0.0

5 months ago

0.0.11

5 months ago

0.0.12

5 months ago

0.0.13

5 months ago

0.0.10

5 months ago

0.0.9

5 months ago

0.0.8

5 months ago

0.0.7

5 months ago

0.0.6

5 months ago

0.0.5

5 months ago

0.0.4

5 months ago

0.0.3

5 months ago

0.0.2

5 months ago

0.0.1

5 months ago