Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Celeo/vatsim_utils
Utilities to interact with VATSIM data
https://github.com/Celeo/vatsim_utils
api vatsim
Last synced: about 2 months ago
JSON representation
Utilities to interact with VATSIM data
- Host: GitHub
- URL: https://github.com/Celeo/vatsim_utils
- Owner: Celeo
- License: apache-2.0
- Created: 2022-08-04T00:58:07.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-11T16:43:04.000Z (about 2 months ago)
- Last Synced: 2024-11-11T16:52:19.306Z (about 2 months ago)
- Topics: api, vatsim
- Language: Rust
- Homepage:
- Size: 93.8 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- awesome-vatsim - Rust VATSIM Utils
README
# vatsim_utils
[![CI](https://github.com/Celeo/vatsim_utils/actions/workflows/ci.yml/badge.svg)](https://github.com/Celeo/vatsim_utils/actions/workflows/ci.yml)
[![Crates.io](https://img.shields.io/crates/v/vatsim_utils.svg)](https://crates.io/crates/vatsim_utils)
[![Docs.rs](https://docs.rs/vatsim_utils/badge.svg)](https://docs.rs/vatsim_utils)
[![License](https://img.shields.io/crates/l/vatsim_utils)](https://github.com/Celeo/vatsim_utils/blob/master/Cargo.toml#L10)Utilities to interact with VATSIM data, covering:
- The live data from
- API from
- Several thousand airport decimal latitude/longitude coordinations
- Various utility functionsThis library is not endorsed by VATSIM or VATUSA.
## Installing
Add the latest version to your `Cargo.toml`.
## Using
[Docs link](https://docs.rs/vatsim_utils).
## Developing
### Building
### Requirements
* Git
* A recent version of [Rust](https://www.rust-lang.org/tools/install)### Steps
```sh
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](LICENSE-APACHE))
* MIT license ([LICENSE-MIT](LICENSE-MIT))Airport data from .
## 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.