Package Exports
- @hatijs/helper
- @hatijs/helper/lib/index.js
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 (@hatijs/helper) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
A progressive Node.js library for building astrology applications 🌕
Description
Hati is an astrological integrated Node.js library based on Swiss Ephemeris C library. It uses modern JavaScript and is built with TypeScript.
Hati Helper is Node.js library, which has increased usability in @hatijs/core library.
Installation
# using npm
$ npm install --save @hatijs/helper
# using yarn
$ yarn add -D @hatijs/helper
Quick Started
To run nodejs with docker:
$ ./run.sh
Import from other:
import Hati from "@hatijs/helper";
const hati = new Hati(new Date('2022-01-01T00:00:00Z'), 9, 126.58, 37.22);
License
The license for this project is the same as original Swiss Ephemeris.