ogame-api
v1.1.0
Published
OGame XML API parser written in Typescript
Downloads
5
Readme
🌌 ogame-api
ogame-api is a lightweight (~10kb gzipped) abstraction layer written in Typescript that allows you to easily use OGame's XML API by providing full coverage of it, including:
- Player API
- Universe API
- Positions (highscore) API
- Alliance API
- Server Data API
- Player Data API
- Localization API
- Universes API
- Planet Report API
Installation
Installing with npm:
npm install ogame-api
Installing with yarn:
yarn add ogame-api
Features
- Complete coverage of OGame's XML API
- Planet report parsing
- Advanced Typescript typings
- const enum helpers
- Works in both node and browser environments
Getting started
To get started with ogame-api, check out our auto-generated docs!
License
This project is licensed under the MIT license