Skip to content

polympics/typescript-wrapper

Repository files navigation

Polympics API wrapper in TypeScript

Setup

This project is written in TypeScript.

To compile to JavaScript, run:

$ npm install
$ npm run build

The compiled JS will be in dist/polympics.js.

It is also available on NPM, called polympics.

To use it on a web page, add the script:

https://cdn.jsdelivr.net/npm/polympics@latest/dist/polympics.js