10 releases
new 0.5.2 | Nov 11, 2024 |
---|---|
0.5.1 | Mar 14, 2024 |
0.4.0 | Jan 21, 2024 |
0.3.3 | Aug 9, 2022 |
0.1.0 | Aug 4, 2022 |
#970 in Web programming
64 downloads per month
55KB
627 lines
vatsim_utils
Utilities to interact with VATSIM data, covering:
- The live data from https://data.vatsim.net/v3
- API from https://api.vatsim.net
- Several thousand airport decimal latitude/longitude coordinations
- Various utility functions
This library is not endorsed by VATSIM or VATUSA.
Installing
Add the latest version to your Cargo.toml
.
Using
Developing
Building
Requirements
- Git
- A recent version of Rust
Steps
git clone https://github.com/Celeo/vatsim_utils
cd vatsim_utils
cargo test
License
Licensed under either of
- Apache License, Version 2.0, (LICENSE-APACHE)
- MIT license (LICENSE-MIT)
Airport data from https://www.partow.net/miscellaneous/airportdatabase/.
Contributing
Please feel free to contribute. Please open an issue first (or comment on an existing one) so that I know that you want to add/change something.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
Dependencies
~5–20MB
~229K SLoC