npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@fboes/aerofly-startgeraet

v1.0.0

Published

More comprehensive options to set-up flights in Aerofly Flight Simulator 4, including import of flight plans and weather.

Readme

Aerofly Startgerät

More comprehensive options to set-up flights in Aerofly Flight Simulator 4, including import of flight plans and weather.

Capabilities:

  • Change aircraft as well as set-up fuel and payload.
  • Change weather with settings in feet, statute miles and other meaningful units.
  • Change time and date.
  • Import weather for given time, date and airport.
  • Import a flight plan as well as aircraft and weather settings from SimBrief.
  • Import a flight plan from flight plan file formats like Garmin fpl, Microsoft Flight Simulator pln and X-Plane fms.

Requirements

This tool requires Node.js in at least version 20 to be installed on your local computer.

  1. Visit nodejs.org
  2. Download the LTS (Long Term Support) version or newer
  3. Run the installer and follow the setup wizard
  4. Open your terminal application and verify the correct installation: node --version

The Startgerät is a Command Line Interface (CLI) tool, which means you need to open a terminal to run it. The tool itself does not need to be installed, as the Node.js tool npx will take care of downloading as well as executing the Startgerät.

Installation

No installation is required! The Startgerät runs directly via npx, which automatically downloads and executes the latest version. This means:

  • No disk space is used for installation
  • You always get the latest version
  • No manual updates needed
  • Works immediately after Node.js is installed

Usage

Call this tool by opening the pre-installed terminal application of your computer and execute this command:

npx @fboes/aerofly-startgeraet@latest

This will automatically download the latest version of this application and show the main menu of the Aerofly Startgerät.

Caveats and notes

  1. Importing flight plans almost certainly will require to set-up the starting location of you aircraft in Aerofly FS 4, as the parking positions of aircraft are unknown.
  2. Importing flight plans almost certainly will require to set-up the runways you want to use in Aerofly FS 4, as the runway IDs are unknown.
  3. Importing of SIDs and STARs is not possible, so you will also need to add these manually in Aerofly FS 4.
  4. The Startgerät is able to alter the date and a third cloud layer, which both are not editable in Aerofly FS 4.
  5. The mapping of aircrafts & airlines from Simbrief import relies on the correct ICAO code of the aircraft being chosen.

Technical stuff

This projects uses the public APIs of the Aviation Weather Center and SimBrief. The usage of these APIs may be restricted or blocked on your local computer.

Status

GitHub Tag NPM Version GitHub License

For a detailed history of changes, see CHANGELOG.md.

Legal stuff

Author: Frank Boës 2026

Copyright & license: See LICENSE.txt

This tool is NOT affiliated with, endorsed, or sponsored by IPACS GbR. As stated in the LICENSE.txt, this tool comes with no warranty and might damage your files.

This software complies with the General Data Protection Regulation (GDPR) as it does not collect nor transmits any personal data to third parties, but for the usage of the Aviation Weather Center API. For their data protection statement you might want to check their terms of service.