do-tools-api
v0.1.1
Published
The API wrapper over DO UI
Downloads
107
Maintainers
Readme
Dugout Online API
Ever wanted to write a tool for Dugout Online game, but it was hard to even start due to lack of a public API? This is the unofficial API you were looking for!
Quickstart
Installation
Fetch the package from npm:
npm install do-tools-api
Usage
Import the package:
import DO from "do-tools-api";
Docs
Documentation can be found here: (link)
Development
Environment setup
- Node.js 22.10.0+ (install via nvm is recommended)
Tech stack
- Node.js
- Typescript
Building
Fetch dependencies:
npm install
Build the project:
npm run build