A web app that provides VATSIM inforamtion in panel-like layout.
See the WIKI INTRODUCTION page for help and instructions.
npm install
quasar dev
quasar build
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.