Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)