Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Celeo/vatsim_wrapper

VATSIM API wrapper in TypeScript (Deno)
https://github.com/Celeo/vatsim_wrapper

deno typescript vatsim

Last synced: 3 months ago
JSON representation

VATSIM API wrapper in TypeScript (Deno)

Awesome Lists containing this project

README

        

# vatsim_wrapper

[![CI](https://github.com/Celeo/vatsim_wrapper/workflows/CI/badge.svg?branch=master)](https://github.com/Celeo/vatsim_wrapper/actions?query=workflow%3ACI)
[![License](https://img.shields.io/badge/License-MIT-green)](LICENSE)
[![Runtime](https://img.shields.io/badge/runtime-Deno-orange)](https://deno.land/)

![module version](https://shield.deno.dev/x/vatsim_wrapper)

VATSIM API wrapper in TypeScript (Deno).

## Using

1. Create a new JS/TS file, i.e. `main.ts`.
1. Add an import, i.e.

```ts
import { getStatsUrl } from "https://deno.land/x/vatsim_wrapper/mod.ts";

console.log(getStatsUrl(1234567890));
```

1. Run with `deno run `

```sh
$ deno run main.ts
> https://stats.vatsim.net/stats/1234567890
```

## License

- Main library under MIT ([LICENSE](LICENSE)).
- Supporting libraries in use under their respective licenses.
- 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 shall be licensed as above, without any additional terms or conditions.