https://github.com/arkedge/aoslos-timer
Simple AOS/LOS Timer
https://github.com/arkedge/aoslos-timer
Last synced: 3 months ago
JSON representation
Simple AOS/LOS Timer
- Host: GitHub
- URL: https://github.com/arkedge/aoslos-timer
- Owner: arkedge
- License: mit
- Created: 2023-06-30T11:51:32.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-22T19:54:32.000Z (about 2 years ago)
- Last Synced: 2024-04-23T14:10:09.773Z (about 2 years ago)
- Language: TypeScript
- Homepage: https://aoslos.arkedge.space/
- Size: 521 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple AOS/LOS Timer for Satellite Operations

## Development
```console
$ yarn
$ yarn dev
```
## Build
Artifact will be generated in `dist/` directory.
```console
$ yarn build
```