0.1.1 • Published 9 months ago

do-tools-api v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

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
0.1.1

9 months ago

0.1.0

9 months ago