An open API service indexing awesome lists of open source software.

https://github.com/flybywiresim/api


https://github.com/flybywiresim/api

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

![FlyByWire Simulations](https://raw.githubusercontent.com/flybywiresim/branding/master/tails-with-text/FBW-Color-Dark.svg#gh-light-mode-only)
![FlyByWire Simulations](https://raw.githubusercontent.com/flybywiresim/branding/master/tails-with-text/FBW-Color-Light.svg#gh-dark-mode-only)

## FlyByWire Simulations API

This repo contains the source code to our API which is used in all our products from the A32NX mod all the way to the website. The documentation can be found at https://api.flybywiresim.com/api.

## Developing

Please make sure you have:

NodeJS 14 - [Homepage](https://nodejs.org/en/)

```bash
# install all dependencies
$ npm install

# start MySQL and Redis using docker-compose
$ npm run compose

# watch mode
$ npm run start:dev
```