https://github.com/harshil21/aloft
Multi-level wind data for OpenRocket simulations
https://github.com/harshil21/aloft
bun open-meteo openrocket rocket-simulation simulation typescript
Last synced: 10 months ago
JSON representation
Multi-level wind data for OpenRocket simulations
- Host: GitHub
- URL: https://github.com/harshil21/aloft
- Owner: harshil21
- License: mit
- Created: 2025-07-29T12:41:30.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-07-31T10:23:42.000Z (10 months ago)
- Last Synced: 2025-08-10T02:40:46.266Z (10 months ago)
- Topics: bun, open-meteo, openrocket, rocket-simulation, simulation, typescript
- Language: TypeScript
- Homepage: https://aloft.onrender.com
- Size: 21.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Aloft
Aloft is a simple static web application which retrieves multi-level wind data from the [Open-Meteo API](https://open-meteo.com/en/docs)
for use in OpenRocket's multi-level wind profile feature (v24.12 and later). The data can be
downloaded and imported into OpenRocket as a csv file.
Try it out at: https://aloft.onrender.com

## Local setup and usage:
This repository uses [Bun](https://bun.com) as the TypeScript runtime and package manager.
To install dependencies:
```bash
bun install
```
To build the project:
```bash
bun run build
```
To run the project and serve locally:
```bash
bun run serve
```
## LICENSE
This project is licensed under the [MIT License](LICENSE).