# MLB Stats API

I currently own and maintain and opensource package, which is a JavaScript library published on npm (opens new window) which can be used to consume the publically available MLB stats API (opens new window). This API supports a fair amount of data about players, teams, games and other stats.

The API is currently written in simple vanilla JavaScript with minimal dependencies (currently none outside of mocha and should used for testing).

I originally wrote the package as part of a side-project I was working on, which I never completed - but enjoyed creating a simple and resuable package available for any interested parties.