A place to view data about flights on the Vatsim network
Table of Contents
This came about from my own general curiosity and seeing that Vatsim offered a fairly regularly updated json file that I could poll every five minutes or so to see the latest data on the network.
I wanted to know some general stats about the network on a day-to-day basis, hence this project came about.
Rather than make a CLI tool which I would usually do I decided to make it more accessible to others if they ever had the interest in the same kind of thing.
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/MyFeature
) - Commit your Changes (
git commit -m 'Adding a new feature'
) - Push to the Branch (
git push origin feature/MyFeature
) - Open a Pull Request
Please ensure that any complex logic changes / additions are explained and accompanied by respective tests.
Distributed under the MIT License. See LICENSE
for more information.
Christopher Crawford - @ScopherTk - contact@crawforddev.com
The data used for the airline matching came from the awesome people at OpenFlights. I did do some manual collation of other airlines seen on the network and not on the spreadsheet they provide, other work such as removing very old airlines was done as well.