Javascript implementation of Moshier's ephemeris calculations for sun, planets, comets, asteroids and stars.
Initially written by mivion, I converted it into a node module. I publish the module as a starting point for others, too. Pull requests welcome!
Installation
npm install ephemeris-node
Usage
app.js
var ephemeris = require('ephemeris-moshier');
var result = ephemeris.getAllPlanets("10.08.2015 17:09:01", 10.0014, 53.5653, 0);
Contributers
This implementation based on code by Steve Moshier.
The inital Javascript code has been written by mivion.
License
GPL-2