Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/Celeo/vatsim_wrapper
- Owner: Celeo
- License: mit
- Created: 2022-09-04T21:35:51.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-09-26T01:19:09.000Z (about 2 years ago)
- Last Synced: 2024-06-18T09:32:27.310Z (5 months ago)
- Topics: deno, typescript, vatsim
- Language: TypeScript
- Homepage:
- Size: 59.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- awesome-vatsim - Typescript VATSIM_wrapper
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.