mls-elo
Version:
Calculate ELO rankings for Major League Soccer
28 lines (27 loc) • 3.46 kB
JavaScript
module.exports = [
{name: 'Atlanta United', abbreviation: 'ATL', location: 'Atlanta', start: 2017, end: null, founded: '2014-04-16', dissolved: null},
{name: 'Chicago Fire', abbreviation: 'CHI', location: 'Chicago', start: 1998, end: null, founded: '1997-10-08', dissolved: null},
{name: 'Chivas USA', abbreviation: 'CHV', location: 'Chivas USA', start: 2004, end: 2014, founded: '2004-08-02', dissolved: '2014-10-27'},
{name: 'Colorado Rapids', abbreviation: 'COL', location: 'Colorado', start: 1996, end: null, founded: '1995-06-06', dissolved: null},
{name: 'Columbus Crew', abbreviation: 'CLB', location: 'Columbus', start: 1996, end: null, founded: '1994-06-15', dissolved: null},
{name: 'DC United', abbreviation: 'DC', location: 'D.C. United', start: 1996, end: null, founded: '1994-06-15', dissolved: null},
{name: 'FC Dallas', abbreviation: 'DAL', location: 'FC Dallas', start: 1996, end: null, founded: '1995-06-06', dissolved: null},
{name: 'Houston Dynamo', abbreviation: 'HOU', location: 'Houston', start: 2006, end: null, founded: '2005-12-15', dissolved: null},
{name: 'LA Galaxy', abbreviation: 'LA', location: 'LA Galaxy', start: 1996, end: null, founded: '1994-06-15', dissolved: null},
{name: 'Miami Fusion', abbreviation: 'MIA', location: 'Miami', start: 1998, end: 2001, founded: '1997-10-08', dissolved: '2001-10-17'},
{name: 'Minnesota United', abbreviation: 'MIN', location: 'Minnesota', start: 2017, end: null, founded: '2015-03-25', dissolved: null},
{name: 'Montreal Impact', abbreviation: 'MTL', location: 'Montreal', start: 2012, end: null, founded: '2010-05-07', dissolved: null},
{name: 'New England Revolution', abbreviation: 'NE', location: 'New England', start: 1996, end: null, founded: '1994-06-15', dissolved: null},
{name: 'New York City FC', abbreviation: 'NYC', location: 'NYCFC', start: 2015, end: null, founded: '2013-05-21', dissolved: null},
{name: 'Orlando United', abbreviation: 'ORL', location: 'Orlando', start: 2015, end: null, founded: '2013-11-19', dissolved: null},
{name: 'Philadelphia Union', abbreviation: 'PHI', location: 'Philadelphia', start: 2010, end: null, founded: '2008-02-28', dissolved: null},
{name: 'Portland Timbers', abbreviation: 'POR', location: 'Portland', start: 2017, end: null, founded: '2009-03-20', dissolved: null},
{name: 'Real Salt Lake', abbreviation: 'RSL', location: 'Real Salt Lake', start: 2005, end: null, founded: '2004-07-14', dissolved: null},
{name: 'Red Bull New York', abbreviation: 'NY', location: 'NY Red Bulls', start: 1996, end: null, founded: '1994-06-15', dissolved: null},
{name: 'San Jose Earthquakes', abbreviation: 'SJ', location: 'San Jose', start: 1996, end: null, founded: '1994-06-15', dissolved: null},
{name: 'Seattle Sounders', abbreviation: 'SEA', location: 'Seattle', start: 2009, end: null, founded: '2007-11-13', dissolved: null},
{name: 'Sporting Kansas City', abbreviation: 'SKC', location: 'Sporting KC', start: 1996, end: null, founded: '1994-06-15', dissolved: null},
{name: 'Tampa Bay Mutiny', abbreviation: 'TBM', location: 'Tampa Bay Mutiny', start: 1996, end: 2001, founded: '1994-06-15', dissolved: '2001-09-10'},
{name: 'Toronto FC', abbreviation: 'TOR', location: 'Toronto FC', start: 2007, end: null, founded: '2006-05-11', dissolved: null},
{name: 'Vancouver Whitecaps', abbreviation: 'VAN', location: 'Vancouver', start: 2011, end: null, founded: '2009-03-18', dissolved: null},
];