https://github.com/flybywiresim/api
https://github.com/flybywiresim/api
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/flybywiresim/api
- Owner: flybywiresim
- License: agpl-3.0
- Created: 2020-10-24T02:34:04.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-04T20:49:09.000Z (about 1 year ago)
- Last Synced: 2025-04-10T06:28:07.952Z (2 months ago)
- Language: TypeScript
- Size: 416 KB
- Stars: 27
- Watchers: 21
- Forks: 17
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README

## 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
```