https://github.com/redraw/orbita.terrestre.ar
simple real-time satellite tracker map
https://github.com/redraw/orbita.terrestre.ar
Last synced: over 1 year ago
JSON representation
simple real-time satellite tracker map
- Host: GitHub
- URL: https://github.com/redraw/orbita.terrestre.ar
- Owner: redraw
- Created: 2021-06-15T06:49:51.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-12-13T20:12:29.000Z (over 1 year ago)
- Last Synced: 2025-01-25T17:33:18.199Z (over 1 year ago)
- Language: Vue
- Homepage: https://orbita.terrestre.ar
- Size: 1.04 MB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# orbita.terrestre.ar

Simple real-time satellite tracker.
I'm a web dev passionate about space, joining pieces between Celestrak API, Leaflet, and [tle.js](https://github.com/davidcalhoun/tle.js) which wraps around [satellite.js](https://github.com/shashwatak/satellite-js) providing high-level methods to work with TLEs. If you know more about it or found a bug feel free to send a PR!
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
vercel dev
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).