alexiscordova / iibbsy

Is It Baseball Season Yet. A baseball side project in Ember.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is It Baseball Season Yet Build Status

Why yes, yes it is baseball season.

Is It Baseball Season Yet (IIBBSY) is a side project by Alexis Córdova. This project comes in two flavors, depending on the time of year:

  • During the regular and post-season, IIBBSY is an interactive daily scoreboard, powered by Ember.js and the MLB Gameday API (the same API that powers the MLB At Bat app and MLB Gameday), which allows users to get information about the day's games in a quick and efficient manner. More in-depth information and stats are also available. All of this is in the repository you're viewing now.
  • During the offseason, IIBBSY is a countdown timer to the first game of the upcoming MLB season. The code for that project can be found in the IIBBSY-Countdown repository.

The offseason version of IIBBSY may eventually be merged into this project.

While this is technically version 4 of Is It Baseball Season Yet, it is version 1 of the Ember.js app. The feature set will mature accordingly.

Prerequisites

You will need the following things properly installed on your computer:

Installation

  • git clone git@github.com:alexiscordova/iibbsy.git this repository
  • Change into the new directory
  • npm install
  • bower install

Local Development

Running Tests

  • ember test
  • ember test --server

Building

  • ember build (Development)
  • ember build --environment production (Production)

Deploying

TBD

License

While this project is covered by the MIT License, all team names, logos, and game data is copyright MLB Advanced Media, L.P. (MLBAM), unless otherwise stated. Please don't sue me.

Author

Alexis Córdova
http://alexiscordova.com

About

Is It Baseball Season Yet. A baseball side project in Ember.js


Languages

Language:JavaScript 45.9%Language:CSS 31.5%Language:HTML 22.5%