Simple API library for accessing KUPID (Korea University Portal to Information Depository)
- Using JSR
npx jsr @kit/kukit
- or use NPM
yarn add kukit
kukit is written in Deno.
- If you don't have Deno, install Deno: following this Quick Start manual.
- Write some code you want. you can easily run code like
deno run -A mod.ts
. - Before submitting PR or commit changes in your forked repository, PLEASE double-check your code not to include your credentials (e.g. KUPID password)