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
Installing with npm:
npm install ogame-api
Installing with yarn:
yarn add ogame-api
- Complete coverage of OGame's XML API
- Planet report parsing
- Advanced Typescript typings
- const enum helpers
- Works in both node and browser environments
To get started with ogame-api, check out our auto-generated docs!
This project is licensed under the MIT license