1.1.0 • Published 4 years ago

node-blaseball v1.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

node-blaseball: A Node.js API library for Blaseball

node-blaseball is a promise-based, simple API interface library for Blaseball, written in TypeScript.

Based on the modern-baseball Python package by helloimowen.

Getting Started

Installation

$ npm i -S node-blaseball

Usage

const blaseball = require("node-blaseball");

blaseball.getAllTeams().then((res) => console.log(res));