JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 12
  • Score
    100M100P100Q31570F
  • License AGPL-3.0

A progressive Node.js library for building astrology applications 🌕

Package Exports

  • @hatijs/core

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/core) 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 Siwss Ephemeris C library. It uses modern JavaScript and is built with TypeScript.

Development Environment

OS: Debian Bullseye Language: TypeScript (Node.js)

Installation

# with npm
$ npm install --save @hatijs/core

# with yarn
$ yarn add -D @hatijs/core

Quick Started

To run nodejs with docker:

$ ./run.sh

Import from other:

import swisseph from "@hatijs/core";

console.log(siwsseph.node_swe_version());

License

The license for this project is the same as original Swiss Ephemeris.