Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 378 Bytes

File metadata and controls

19 lines (14 loc) · 378 Bytes

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