Unofficial client for the Open Data API from Ninja Kiwi.
Runs in all TypeScript environments that implement the Fetch Web API.
yarn add @bogeychan/ninjakiwiThe usage is straightforward.
import { BTD6 } from '@bogeychan/ninjakiwi';
const ct = await BTD6.ct();- Get to know the documentation of the Open Data API from Ninja Kiwi.
- Checkout the examples folder on github for further use cases.