VATSIM API wrapper in TypeScript (Deno).
- Create a new JS/TS file, i.e.
main.ts
. - Add an import, i.e.
import { getStatsUrl } from "https://deno.land/x/vatsim_wrapper/mod.ts";
console.log(getStatsUrl(1234567890));
- Run with
deno run <your_file_name>
$ deno run main.ts
> https://stats.vatsim.net/stats/1234567890
- Main library under MIT (LICENSE).
- Supporting libraries in use under their respective licenses.
- Airport data from https://www.partow.net/miscellaneous/airportdatabase/.
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.