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.
$ npm i -S node-blaseball
const blaseball = require("node-blaseball");
blaseball.getAllTeams().then((res) => console.log(res));