Skip to content

DO-Tools/API

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published