-
Notifications
You must be signed in to change notification settings - Fork 20
Home
An open source javascript project to simply getting general astrological information within web-applications
Check the [version information](Version Information) page for more information.
This project is aimed to be an open source project to design a simple javascript class that could be used to generate general astrological information to individuals
based on birth date information and such. The idea is that the class could be instantiated and used in a general web-project and then accessed through a set of different public methods
that add data, do calculations and present information back to the user. Currently the class is meant to load some general information data about the different zodiac signs
from a json resource. The default settings is to load the data from a json-files to get the specific date information for each zodiac signs aswell as a more detailed description about
what a specific zodiac sign entails. The source for the json data could be altered through providing a connectionObject to the constructor method as explained in the [How to use the Astrology class](How to use the Astrology class).
Go check out [How to use the Astrology class](How to use the Astrology class) to get more information.
.. if you want a more hands on example on how to implement the class in a simple html example check out Html implementation code example