Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 773 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 773 Bytes

Swiss Ephemeris API

A didactic implementation example of the swisseph library in JavaScript for astronomical calculations.

Description

This project demonstrates how to integrate and use the Swiss Ephemeris library through a JavaScript API using Hono/Express.

Get Started

npm install
npm run dev
open http://localhost:1234

License

This project uses the Swiss Ephemeris library, subject to AGPL-3.0.

Credits

Astrodienst AG for the original Swiss Ephemeris library.

mivion for the JavaScript binding of Swiss Ephemeris.

This project was bootstrapped with Hono.