CircularNatalHoroscopeJS
CircularNatalHoroscopeJS copied to clipboard
Can you write Docs for this repo ? It 's helpfull to use
This is an amazing job! I've been spending some time trying to figure out some basic info, and I'm not sure if there's a easy way to get it out of the class().
I'd like to see an object with the basic aspects, like "Sun sign, Ascendant, Moon sign, midheaven" and so on... Maybe because I'm not an astrology expert I'm not able to find it on the object that is being returned.
Am I missing something?
Thanks
Yes you can, just have a look at the README.md You can type horoscope.CelestialBodies, or horoscope.Ascendant, and so on, if the returned object is called "horoscope" in this case. Just console.log() the returned object and you can find everything inside.