Aloft is a simple static web application which retrieves multi-level wind data from the Open-Meteo API 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

This repository uses Bun as the TypeScript runtime and package manager.
To install dependencies:
bun install
To build the project:
bun run build
To run the project and serve locally:
bun run serve
This project is licensed under the MIT License.