Sun calculation fully based on formula from http://aa.quae.nl/en/reken/zonpositie.html
## Warning
:exclamination:
This program is not really accurate about the calculation. For the sunrise and sunset, the error value is about 2 minutes miss from the actual time. For the Altitude the error value is near 0.6 degrees and the azimuth as well.
## Install with npm
'npm install calculation-ofsun'
npm install calculation-ofsun
## How to Use It
'''javascript
@ -38,3 +36,21 @@ getSunPosition | None, Dont use it
solarTransit | JulianDate
sunriseandsunset | JulianDate
## Example of return object from getSunInformation functions