0.0.2 • Published 3 years ago
@bogeychan/ninjakiwi v0.0.2
@bogeychan/ninjakiwi
Unofficial client for the Open Data API from Ninja Kiwi.
Runs in all TypeScript environments that implement the Fetch Web API.
Installation
yarn add @bogeychan/ninjakiwiUsage
The 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.