[go: up one dir, main page]

Skip to content
This repository has been archived by the owner on Mar 18, 2022. It is now read-only.
/ vatflights Public archive

A place to view data about flights on the Vatsim network

License

Notifications You must be signed in to change notification settings

ChrisCrawford1/vatflights

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status codecov

VatFlights

A place to view data about flights on the Vatsim network

Table of Contents
  1. About The Project
  2. Contributing
  3. License
  4. Contact
  5. Acknowledgements

About The Project

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.

Built With

Contributing

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.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/MyFeature)
  3. Commit your Changes (git commit -m 'Adding a new feature')
  4. Push to the Branch (git push origin feature/MyFeature)
  5. Open a Pull Request

Please ensure that any complex logic changes / additions are explained and accompanied by respective tests.

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Christopher Crawford - @ScopherTk - contact@crawforddev.com

Acknowledgements

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.