SkillAgentSearch skills...

Mlbboxscores

Retrieve MLB Boxscores for a given day

Install / Use

/learn @jaw187/Mlbboxscores
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

mlbboxscores

Retrieve MLB Boxscores for a given day

Install

npm install mlbboxscores

Usage

const MLBBoxscores = require('mlbboxscores');

var options = {
  path: 'year_2011/month_07/day_23/'
};

var mlbboxscores = new MLBBoxscores(options);
mlbboxscores.get((err, boxscores) => {

  //... do something
});

Related Skills

View on GitHub
GitHub Stars18
CategoryDevelopment
Updated1y ago
Forks3

Languages

JavaScript

Security Score

75/100

Audited on Mar 30, 2025

No findings