Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adaendra/sky-map-algorithm
Algorithm to locate stars in the sky
https://github.com/adaendra/sky-map-algorithm
algorithm astronomical-algorithms formula hacktoberfest javascript sky sky-map-algorithm stars typescript
Last synced: about 4 hours ago
JSON representation
Algorithm to locate stars in the sky
- Host: GitHub
- URL: https://github.com/adaendra/sky-map-algorithm
- Owner: Adaendra
- License: mit
- Created: 2020-05-08T11:45:49.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T17:39:31.000Z (over 1 year ago)
- Last Synced: 2024-11-16T22:56:08.638Z (about 4 hours ago)
- Topics: algorithm, astronomical-algorithms, formula, hacktoberfest, javascript, sky, sky-map-algorithm, stars, typescript
- Language: TypeScript
- Homepage: https://adaendra.github.io/sky-map-algorithm/
- Size: 2.26 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Sky Map Algorithm
Algorithm implementation to locate stars in the sky for a date-time and a location.*Exemple*
```
lat: 35.689487, long: 139.691711, 01-01-2020 00:00
```
## How to use it
In this project you will find some folders named with a langage name which contains algorithms and formulas inside.Just pick the language folder you need and copy-paste it in your project.
### Languages
* [x] JavaScript
* [x] TypeScript
---
[How-to Contribute](CONTRIBUTING.md) \
[Sources](sources.md)