Skip to content

Instantly share code, notes, and snippets.

@pamolloy
Created November 4, 2011 20:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pamolloy/1340389 to your computer and use it in GitHub Desktop.
Save pamolloy/1340389 to your computer and use it in GitHub Desktop.
A shortened output after crawling the official WPS soccer schedule
[ [457/4959]
{
"attendance": "4,002",
"date": "Saturday, April 9, 2011",
"goals1": 1,
"goals2": 4,
"team1": "Atlanta Beat",
"team2": "Boston Breakers",
"venue": "KSU Soccer Stadium, Kennesaw, GA"
},
{
"attendance": "2,910",
"date": "Sunday, April 10, 2011",
"goals1": 2,
"goals2": 2,
"team1": "Sky Blue FC",
"team2": "Philadelphia Independence",
"venue": "Yurcak Field, Piscataway, NJ"
},
{
"attendance": "None",
"date": "Saturday, April 16, 2011",
"team1": "Philadelphia Independence",
"team2": "magicJack",
"venue": "Widener University, Chester, PA"
},
{
"attendance": "3,380",
"date": "Saturday, April 16, 2011",
"goals1": 1,
"goals2": 0,
"team1": "Atlanta Beat",
"team2": "Sky Blue FC",
"venue": "KSU Soccer Stadium, Kennesaw, GA"
},
{
"attendance": "4,158",
"date": "Sunday, April 17, 2011",
"goals1": 1,
"goals2": 2,
"team1": "Boston Breakers",
"team2": "Western New York Flash",
"venue": "Harvard University, Cambridge, MA"
},
{
"attendance": "1,224",
"date": "Saturday, April 23, 2011",
"goals1": 1,
"goals2": 0,
"team1": "magicJack",
"team2": "Boston Breakers",
"venue": "FAU Soccer Field, Boca Raton, FL"
},
{
"attendance": "3,075",
"date": "Sunday, April 24, 2011",
"goals1": 2,
"goals2": 2,
"team1": "Atlanta Beat",
"team2": "Western New York Flash",
"venue": "KSU Soccer Stadium, Kennesaw, GA"
},
...................................................
{
"attendance": "4,011",
"date": "Wednesday, August 10, 2011",
"goals1": 1,
"goals2": 2,
"team1": "magicJack",
"team2": "Western New York Flash",
"venue": "FAU Soccer Field, Boca Raton, FL"
},
{
"attendance": "3,063",
"date": "Sunday, August 14, 2011",
"goals1": 2,
"goals2": 1,
"team1": "magicJack",
"team2": "Philadelphia Independence",
"venue": "FAU Soccer Field, Boca Raton, FL"
},
{
"attendance": "4,289",
"date": "Sunday, August 14, 2011",
"goals1": 2,
"goals2": 0,
"team1": "Boston Breakers",
"team2": "Sky Blue FC",
"venue": "Harvard University, Cambridge, MA"
},
{
"attendance": "5,702",
"date": "Sunday, August 14, 2011",
"goals1": 2,
"goals2": 0,
"team1": "Western New York Flash",
"team2": "Atlanta Beat",
"venue": "Sahlen's Stadium, Rochester, NY"
},
{
"attendance": "2,075",
"date": "Wednesday, August 17",
"goals1": 3,
"goals2": 1,
"team1": "magicJack",
"team2": "Boston Breakers",
"venue": "FAU Soccer Field, Boca Raton, FL"
},
{
"attendance": "5,410",
"date": "Saturday, August 20",
"goals1": 2,
"goals2": 0,
"team1": "Philadelphia Independence",
"team2": "magicJack",
"venue": "PPL Park, Chester, PA"
},
{
"attendance": "10,461",
"date": "Saturday, August 27",
"goals1": 1,
"goals2": 1,
"pens1": 5,
"pens2": 4,
"team1": "Western New York Flash",
"team2": "Philadelphia Independence",
"venue": "Sahlen's Stadium, Rochester, NY"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment