https://github.com/bassochette/albion-api
Node Js client to interact with albion killboard API.
https://github.com/bassochette/albion-api
albion albion-killboard-api albion-online killboard typescript
Last synced: 2 months ago
JSON representation
Node Js client to interact with albion killboard API.
- Host: GitHub
- URL: https://github.com/bassochette/albion-api
- Owner: bassochette
- Created: 2018-06-21T08:55:00.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2025-03-15T18:32:43.000Z (3 months ago)
- Last Synced: 2025-03-15T19:29:24.845Z (3 months ago)
- Topics: albion, albion-killboard-api, albion-online, killboard, typescript
- Language: JavaScript
- Homepage:
- Size: 386 KB
- Stars: 4
- Watchers: 1
- Forks: 3
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Albion killboard api client
Node JS Typescript client to interact with albion killboard API.
Doesn't work for frontend js due to cross origin policies.
## Disclaimer
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.## Install
```
npm i node-albion-api
```## Usage
All the methods are async and return promises.
```typescript
import { AlbionKillboard } from 'node-albion-api';const api = new AlbionKillboard();
```