Node JS Typescript client to interact with albion killboard API.
Doesn't work for frontend js due to cross origin policies.
Not all available API endpoints are covered. Only the one I needed yet. Feel free to PR or create and issue for the missing features.
npm i node-albion-api
All the methods are async and return promises.
import { AlbionKillboard } from 'node-albion-api';
const api = new AlbionKillboard();