Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 828 Bytes

File metadata and controls

36 lines (22 loc) · 828 Bytes

Aloft

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

image

Local setup and usage:

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

LICENSE

This project is licensed under the MIT License.