Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hangsbreaker/suncalc
Sun Calculator
https://github.com/hangsbreaker/suncalc
calculator degree sun suncalc
Last synced: 29 days ago
JSON representation
Sun Calculator
- Host: GitHub
- URL: https://github.com/hangsbreaker/suncalc
- Owner: hangsbreaker
- Created: 2022-12-02T08:26:32.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-07T04:19:34.000Z (about 2 years ago)
- Last Synced: 2023-04-02T11:47:08.523Z (over 1 year ago)
- Topics: calculator, degree, sun, suncalc
- Language: JavaScript
- Homepage:
- Size: 229 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SunCalc
Sun Calculator,
Example return
{
"equation_time": -3.64,
"solar_declination": 4.9,
"azimuth": 25.18,
"elevation": 75.99,
"solar_noon": "11:42:23",
"sunrise": "05:42",
"sunset": "17:43",
"latitude": -7.8,
"longitude": 110.35,
"date": {
"year": 2022,
"month": 4,
"day": 2,
"hour": 11,
"minute": 18,
"second": 30
}
}