All Projects → timothyf → Gameday_api

timothyf / Gameday_api

Licence: mit
A Ruby API for using the Major League Baseball Gameday statistics data. MLB provides very deep statistics for all major league baseball games through Gameday. Statistics include not only the typical boxscore stats, but also down to the physics of every single pitch thrown in the game. You can find the speed, movement, and position of every pitch thrown. The Gameday API makes it easy for Ruby developers to work with all this statistical information. The test directory included with the source code contains many examples of how the API can be used. If you prefer to use SVN, the gameday_api is also available via an SVN repository at: http://code.google.com/p/gamedayapi/ If you like this project, be sure to also check out the Baseball-Tracker project also hosted on GitHub. Baseball-Tracker is a web application that uses the gameday_api. You can find a hosted version of Baseball Tracker at http://baseballstatz.heroku.com

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to Gameday api

Csinva.github.io
Slides, paper notes, class notes, blog posts, and research on ML 📉, statistics 📊, and AI 🤖.
Stars: ✭ 342 (+149.64%)
Mutual labels:  statistics, stats
Ruby Statistics
Ruby gem for some statistical operations without any statistical language dependency
Stars: ✭ 67 (-51.09%)
Mutual labels:  statistics, stats
Tautulli
A Python based monitoring and tracking tool for Plex Media Server.
Stars: ✭ 4,152 (+2930.66%)
Mutual labels:  statistics, stats
Stats
A C++ header-only library of statistical distribution functions.
Stars: ✭ 292 (+113.14%)
Mutual labels:  statistics, stats
Pypistats
Command-line interface to PyPI Stats API to get download stats for Python packages
Stars: ✭ 86 (-37.23%)
Mutual labels:  statistics, stats
Phishing.database
Phishing Domains, urls websites and threats database. We use the PyFunceble testing tool to validate the status of all known Phishing domains and provide stats to reveal how many unique domains used for Phishing are still active.
Stars: ✭ 296 (+116.06%)
Mutual labels:  statistics, stats
Gramm
Gramm is a complete data visualization toolbox for Matlab. It provides an easy to use and high-level interface to produce publication-quality plots of complex data with varied statistical visualizations. Gramm is inspired by R's ggplot2 library.
Stars: ✭ 541 (+294.89%)
Mutual labels:  statistics, stats
mongodb-info
MongoDB Info - command line tool to get stats.
Stars: ✭ 13 (-90.51%)
Mutual labels:  statistics, stats
Memcache Info
Simple and efficient way to show information about Memcache.
Stars: ✭ 84 (-38.69%)
Mutual labels:  statistics, stats
Superseriousstats
superseriousstats is a fast and efficient program to create statistics out of various types of chat logs
Stars: ✭ 78 (-43.07%)
Mutual labels:  statistics, stats
Wallace Cli
Pretty CSS analytics on the CLI
Stars: ✭ 281 (+105.11%)
Mutual labels:  statistics, stats
Npm Stats
📈 npm package statistics dashboard build with vue
Stars: ✭ 106 (-22.63%)
Mutual labels:  statistics, stats
Github Stats For Turkey
Github language, repo and developer stats for Turkey.
Stars: ✭ 259 (+89.05%)
Mutual labels:  statistics, stats
Appstat
Get AppStore apps stats
Stars: ✭ 322 (+135.04%)
Mutual labels:  statistics, stats
stats
📊 Request statistics middleware that stores response times, status code counts, etc
Stars: ✭ 15 (-89.05%)
Mutual labels:  statistics, stats
Git Quick Stats
▁▅▆▃▅ Git quick statistics is a simple and efficient way to access various statistics in git repository.
Stars: ✭ 5,139 (+3651.09%)
Mutual labels:  statistics, stats
Sportsipy
A free sports API written for python
Stars: ✭ 229 (+67.15%)
Mutual labels:  statistics, stats
math-stats
A small library that does the statistics for your numbers.
Stars: ✭ 18 (-86.86%)
Mutual labels:  statistics, stats
Github Traffic
Get the Github traffic for the specified repository
Stars: ✭ 77 (-43.8%)
Mutual labels:  statistics, stats
Devstats
📊 A CLI application that fetches stats from developer sites
Stars: ✭ 105 (-23.36%)
Mutual labels:  statistics, stats

GamedayApi

Be sure to checkout my more recent IMPLEMENTATION IN NODE.JS

Installation

Add this line to your application's Gemfile:

gem 'gameday_api'

And then execute:

$ bundle

Or install it yourself as:

$ gem install gameday_api

Usage

TODO: Write usage instructions here

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].