Skip to main content
The Deno 2 Release Candidate is here
Learn more

vatsim_wrapper

CI License Runtime

module version

VATSIM API wrapper in TypeScript (Deno).

Using

  1. Create a new JS/TS file, i.e. main.ts.
  2. Add an import, i.e.
import { getStatsUrl } from "https://deno.land/x/vatsim_wrapper/mod.ts";

console.log(getStatsUrl(1234567890));
  1. Run with deno run <your_file_name>
$ deno run main.ts
> https://stats.vatsim.net/stats/1234567890

License

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 shall be licensed as above, without any additional terms or conditions.