Skip to content

e4rthdog/vatinfo

Repository files navigation

VATINFO

A web app that provides VATSIM inforamtion in panel-like layout. image

See the WIKI INTRODUCTION page for help and instructions.

Install the dependencies

npm install

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

Build the app for production

quasar build

Customize the configuration


Configuration file : config.sys

The file contains the endpoints for the api calls. Head over to VATINFO API project if you want to create your own endpoints. The API is quick dirty for now in order to get VATINFO working. Will probably change it in the future to a laravel project.

Change refreshInterval to control the time between automatic updates.