Graphical and textual display of live ADS-B In information
https://github.com/Krishan7601/adsb-in/wiki
[System] adsb-in : Under development
[Submodule] display-data : Under development
[Submodule] dump1090 : Forked from stable build
Clone repository:
git clone https://github.com/Krishan7601/adsb-in.git
Pull latest version of all submodules:
git pull --recurse-submodules
Run app in development mode:
DEBUG=display-data:* npm run devstart
Execute unit tests:
npm test