Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@flybywiresim/msfs-nodejs

Package Overview
Dependencies
Maintainers
4
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@flybywiresim/msfs-nodejs

Wrapper around the MSFS SDK for Node.JS applications

  • 0.4.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
40
increased by66.67%
Maintainers
4
Weekly downloads
 
Created
Source

FlyByWire Simulations API Client

The Node.JS wrapper around the MSFS SDK. The library supports both JavaScript and TypeScript.

Installation

Install the client library using npm:

$ npm install --save @flybywiresim/msfs-nodejs

Build steps

Install node-gyp on the system and follow the the installation instructions.

Start the build process by npm run build:all.

Hotfixes for build issues

If the binding-compilation fails due to v8.h include errors is it required to delete the local cache of node-gyp. node-gyp cache: %LocalAppData%/node-gyp/Cache Thereafter execute node-gyp configure and the problem should be solved.

Release steps

Some manual steps are required to release the package. These steps are required to avoid the creation a Windows-VM on Github.

  • Build the bindings with Visual Studio on your local machine
  • Call npm run build:rollup
  • Commit and push the new generated *.node-bindings
  • Create a new tag on github and publish the release

License

This software is licensed under the MIT license.

Keywords

FAQs

Package last updated on 18 Oct 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc