astrologyjs icon indicating copy to clipboard operation
astrologyjs copied to clipboard

A NodeJs package that will provide core functionality for including astrological charts in projects.

Results 7 astrologyjs issues
Sort by recently updated
recently updated
newest added

Attempting to create a chart results in response "Unexpected token < in JSON at position 0", apparently it is returning an html document and the chart creator is not prepared...

can i use it under React Native ?

Followed your [example](https://github.com/morphatic/astrologyjs#create-a-chart) and got the following error, using both a test version (on `localhost:3000`) and on a website (with `https://`). Might you know how to work around it? ```...

In the [ReadMe](https://github.com/morphatic/astrologyjs#create-a-chart) is says: “Chart data is loaded from a remote online ephemeris REST service.” Where does the ephemeris originate from (**source**)? This is more a question of curiosity....

Hi! I pulled your npm module, did a simple var chart = require('astrologyjs').Chart, and tried to run a basic nodejs server, and got a slew of issues. 1) You should...

SyntaxError: Unexpected token < in JSON at position 0 at JSON.parse () at IncomingMessage. (K:\2023 Aug\astrolojyjs\node_modules\astrologyjs\dist\astrologyjs.min.js:1:23139) at IncomingMessage.emit (node:events:525:35) at endReadableNT (node:internal/streams/readable:1359:12) at process.processTicksAndRejections (node:internal/process/task_queues:82:21) Node.js v18.14.0