New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

node-blaseball

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-blaseball

Blaseball API for Node.js, written in TypeScript

latest
npmnpm
Version
1.1.0
Version published
Maintainers
1
Created
Source

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));

Keywords

blaseball

FAQs

Package last updated on 04 Aug 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts