Skip to content

thegu5/krapi

Repository files navigation

krapi

NPM version JSR version

A TypeScript wrapper for the official Krunker API

Installation

krapi is available on both NPM and JSR as @gu5/krapi.

Example

import { KrunkerApi } from "@gu5/krapi";

const kr = new KrunkerApi({ apiKey: "YOUR API KEY HERE" });

const profile = await kr.fetchProfile("givetickrate");

About

A TypeScript wrapper for the official Krunker API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors