Skip to content

Commit

Permalink
Minor ui fixes. Removed font awesome
Browse files Browse the repository at this point in the history
  • Loading branch information
jokecamp committed Jan 29, 2017
1 parent 80678fe commit 7509d64
Show file tree
Hide file tree
Showing 55 changed files with 282 additions and 448 deletions.
2 changes: 0 additions & 2 deletions _includes/head.html
Expand Up @@ -7,9 +7,7 @@
<meta name="keywords" content="Joe, Computer, .NET, C#, Kampschmidt, blog, jokecamp, code, developer, API" />
<meta name="author" content="Joe Kampschmidt" />
<link href='/public/poole.css' rel='stylesheet' type='text/css'>
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-T8Gy5hrqNKT+hzMclPo118YTQO6cYprQmhrYwIiQ/3axmI1hQomh7Ud2hPOy8SP1" crossorigin="anonymous">
<link rel="alternate" type="application/rss+xml" title="RSS" href="{{ site.baseurl }}atom.xml">
<link rel="me" type="text/html" href="https://plus.google.com/+JoeKampschmidt?rel=me"/>
<link rel="me" type="text/html" href="https://twitter.com/jokecamp"/>

</head>
10 changes: 4 additions & 6 deletions _layouts/default.html
Expand Up @@ -9,9 +9,7 @@
<nav class="nav" role="navigation">
<ul>
{% assign pages_list = site.pages %}{% for node in pages_list %}{% if node.title != null %}{% if node.layout == "page" %}{% if node.featured == true %}<li><a class="{% if page.url == node.url %} active{% endif %}" href="{{ node.url }}" title="Joe's {{node.title}}">{{ node.title }}</a></li>{% endif %}{% endif %}{% endif %}{% endfor %}
<li><a rel="me" href="{{ site.github }}" title="Joe's github page - commit all the things"><i class="fa fa-github"></i></a></li>
<li><a rel="me" href="{{ site.stackoverflow }}" title="Joe's stackoverflow account - aka street credit"><i class="fa fa-stack-overflow"></i></a></li>
<li><a rel="me" href="{{ site.twitter }}" title="Joe's twitter account"><i class="fa fa-twitter"></i></a></li>
<li><a rel="me" href="{{ site.github }}" title="Joe's github page - commit all the things">Code</a></li>
</ul>
</nav>
</div>
Expand All @@ -25,9 +23,9 @@

<div class="footer" role="contentinfo">
<ul>
<li><a href="/atom.xml" title="Atom Feed"><i class="fa fa-rss"></i> Atom</a></li>
<li><a href="/rss.xml" title="RSS Feed"><i class="fa fa-rss"></i> RSS</a></li>
<li><a href="{{ site.githubProject }}" title="View Source on GitHub"><i class="fa fa-github"></i> View Source</a></li>
<li><a href="/atom.xml" title="Atom Feed">Atom Feed</a></li>
<li><a href="/rss.xml" title="RSS Feed">RSS Feed</a></li>
<li><a href="{{ site.githubProject }}" title="View Source on GitHub">View Source</a></li>
<li><a href="mailto:joe.kampschmidt@gmail.com" title="email me">Contact me</a></li>
</ul>
</div>
Expand Down
Expand Up @@ -18,7 +18,7 @@ featured: true

Last updated: July 1 2016

## <i class="fa fa-futbol-o"></i> Where can I actually find football/soccer data?
## Where can I actually find football/soccer data?

There are three main ways to get data. You can parse/scrape it from a hobbyist project/website, you can pay for it or you can try to collect it yourself.

Expand Down Expand Up @@ -60,7 +60,7 @@ Jump to a specific source:


<a name="github"></a>
### <i class="fa fa-futbol-o"></i> Open Source Data on Github
### Open Source Data on Github

<a name="openfootball"></a>
#### openfootball - aka football.db
Expand Down Expand Up @@ -109,7 +109,7 @@ There is also an open source football.db HTTP JSON(P) [API](http://openfootball.
- [architv/soccer-cli](https://github.com/architv/soccer-cli) - A command line interface for retrieving football scores.

<a name="free"></a>
### <i class="fa fa-futbol-o"></i> Free APIs
### Free APIs

<a name="footballdata"></a>
#### football-data.org (beta)
Expand Down Expand Up @@ -453,7 +453,7 @@ An example of an "event" in xml
[Match Analysis](http://matchanalysis.com/) is another large commercial data provider that lists Fox Soccer Channel, US National Team and the MLS among their clients.

<a name="other"></a>
### <i class="fa fa-futbol-o"></i> Other Websites
### Other Websites

<a name="footballsquads.co.uk"></a>
#### FootballSquads
Expand Down Expand Up @@ -563,7 +563,7 @@ The key/legend of all the field abbreviations gives you idea of what is availabl
Stats included are: NAME, POS, SEASONS, SOURCE, TRANSFERRED TO, APPS, GOALS

<a name="worldcup2015"></a>
### <i class="fa fa-futbol-o"></i> 2015 Women's World Cup Data
### 2015 Women's World Cup Data

[FIFA PDF files](http://www.fifa.com/womensworldcup/organisation/documents/index.html) - includes unformatted data on participating teams, schedules and random statistics

Expand All @@ -572,7 +572,7 @@ Stats included are: NAME, POS, SEASONS, SOURCE, TRANSFERRED TO, APPS, GOALS
[2015 Women's World Cup Wikipedia page](http://en.wikipedia.org/wiki/2015_FIFA_Women%27s_World_Cup) - includes a great visual bracket view

<a name="worldcup"></a>
### <i class="fa fa-futbol-o"></i> 2014 World Cup APIs
### 2014 World Cup APIs

[kimono labs 2014 World Cup Api](https://www.kimonolabs.com/worldcup/explorer) - has a very nice restful API available. Free registration required to access the API. The API has a player, team, club, matches, and player_season_stats endpoints. See the [documentation](https://www.kimonolabs.com/worldcup/docs) and start making calls withe the [API explorer](https://www.kimonolabs.com/worldcup/explorer)

Expand All @@ -583,13 +583,13 @@ Stats included are: NAME, POS, SEASONS, SOURCE, TRANSFERRED TO, APPS, GOALS
[Unofficial FIFA.com JSON API for Mobile Apps](http://live.mobileapp.fifa.com/api/wc/matches) This is unofficial and I wouldn't be surprised if it is protected/unavailable soon. Until then its nice to see data straight from the source. Known endpoints: [matches](http://live.mobileapp.fifa.com/api/wc/matches), [teams](http://live.mobileapp.fifa.com/api/wc/teams) or detailed [match info](http://live.mobileapp.fifa.com/api/wc/match/300186492/en)

<a name="api-graveyard"></a>
### <i class="fa fa-futbol-o"></i> Deprecated/Retired - "The Graveyard of APIs"
### Deprecated/Retired - "The Graveyard of APIs"

[ESPN API](http://developer.espn.com/docs) has an API for registered users (free). You can get a list of all the players in the EPL. However they are very limited in their data. They restrict all fixtures and scores to "strategic partners." However, you can get lists of players and teams. The **Public API is being retired on Monday, December 8, 2014** [Read the announcement](http://developer.espn.com/blog/read/publicretirement)

[StatsFC](https://statsfc.com/) used to have an restful JSON API of all EPL scores and fixtures. It was about $8 us dollars a month but was recently shut down. See their [official statement](https://statsfc.com/statement). They still offer widgets and they plan on reviving their servies. See their comments at the bottom of the page.

### <i class="fa fa-futbol-o"></i> Other Reading / Resources
### Other Reading / Resources

#### opendata.stackexchange forum

Expand All @@ -603,12 +603,12 @@ events covering as many historical data as available including recent competitio
results." Some dead links but worth a skim.

<a name="fantasy"></a>
### <i class="fa fa-futbol-o"></i> Fantasy Data
### Fantasy Data

- [EPL Fantasy Geek](http://jokecamp.github.io/epl-fantasy-geek/) - Current season EPL Fantasy stats for every player.
- [Fantasy Soccer Data Downloader on github](https://github.com/rasbt/datacollect/tree/master/collect_fantasysoccer) - A simple command line tool to download English Premier League (fantasy) soccer data

### <i class="fa fa-futbol-o"></i> Even more links to explore
### Even more links to explore

You've made it this far. Why stop now?

Expand All @@ -625,6 +625,6 @@ You've made it this far. Why stop now?
- [Football Stats and Betting data](http://www.statto.com/football/stats/)


### <i class="fa fa-futbol-o"></i> Share your own sources -- What have I missed?
### Share your own sources -- What have I missed?

Please let me know about your own data sources or add a pull request on [github](https://github.com/jokecamp/jokecamp.com/blob/master/_posts/2014-03-08-guide-to-football-and-soccer-data-and-apis.markdown). I have mainly searched for EPL data and would love to add data from other leagues/competitions to the list.
12 changes: 4 additions & 8 deletions _site/404.html
Expand Up @@ -9,11 +9,9 @@
<meta name="keywords" content="Joe, Computer, .NET, C#, Kampschmidt, blog, jokecamp, code, developer, API" />
<meta name="author" content="Joe Kampschmidt" />
<link href='/public/poole.css' rel='stylesheet' type='text/css'>
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-T8Gy5hrqNKT+hzMclPo118YTQO6cYprQmhrYwIiQ/3axmI1hQomh7Ud2hPOy8SP1" crossorigin="anonymous">
<link rel="alternate" type="application/rss+xml" title="RSS" href="/atom.xml">
<link rel="me" type="text/html" href="https://plus.google.com/+JoeKampschmidt?rel=me"/>
<link rel="me" type="text/html" href="https://twitter.com/jokecamp"/>

</head>

<body>
Expand All @@ -24,9 +22,7 @@
<nav class="nav" role="navigation">
<ul>
<li><a class="" href="/blog/" title="Joe's Blog">Blog</a></li><li><a class="" href="/projects/" title="Joe's Projects">Projects</a></li>
<li><a rel="me" href="https://github.com/jokecamp" title="Joe's github page - commit all the things"><i class="fa fa-github"></i></a></li>
<li><a rel="me" href="http://stackoverflow.com/users/215502/kampsj" title="Joe's stackoverflow account - aka street credit"><i class="fa fa-stack-overflow"></i></a></li>
<li><a rel="me" href="https://twitter.com/jokecamp" title="Joe's twitter account"><i class="fa fa-twitter"></i></a></li>
<li><a rel="me" href="https://github.com/jokecamp" title="Joe's github page - commit all the things">Code</a></li>
</ul>
</nav>
</div>
Expand All @@ -47,9 +43,9 @@ <h4>How did you even get here? I bet you tried to type the url. This is why Chro

<div class="footer" role="contentinfo">
<ul>
<li><a href="/atom.xml" title="Atom Feed"><i class="fa fa-rss"></i> Atom</a></li>
<li><a href="/rss.xml" title="RSS Feed"><i class="fa fa-rss"></i> RSS</a></li>
<li><a href="https://github.com/jokecamp/jokecamp.com/" title="View Source on GitHub"><i class="fa fa-github"></i> View Source</a></li>
<li><a href="/atom.xml" title="Atom Feed">Atom Feed</a></li>
<li><a href="/rss.xml" title="RSS Feed">RSS Feed</a></li>
<li><a href="https://github.com/jokecamp/jokecamp.com/" title="View Source on GitHub">View Source</a></li>
<li><a href="mailto:joe.kampschmidt@gmail.com" title="email me">Contact me</a></li>
</ul>
</div>
Expand Down
24 changes: 12 additions & 12 deletions _site/atom.xml
Expand Up @@ -4,7 +4,7 @@
<title>Joe Kampschmidt's Code</title>
<link href="http://www.jokecamp.com/atom.xml" rel="self"/>
<link href="http://www.jokecamp.com/"/>
<updated>2017-01-29T17:34:24-05:00</updated>
<updated>2017-01-29T18:02:30-05:00</updated>
<id>http://www.jokecamp.com/</id>
<author>
<name>Joe Kampschmidt</name>
Expand Down Expand Up @@ -1430,7 +1430,7 @@ Fn Function Key&lt;/p&gt;
<id>http://www.jokecamp.com/blog/guide-to-football-and-soccer-data-and-apis</id>
<content type="html">&lt;p&gt;Last updated: July 1 2016&lt;/p&gt;

&lt;h2&gt;&lt;i class=&quot;fa fa-futbol-o&quot;&gt;&lt;/i&gt; Where can I actually find football/soccer data?&lt;/h2&gt;
&lt;h2&gt;Where can I actually find football/soccer data?&lt;/h2&gt;

&lt;p&gt;There are three main ways to get data. You can parse/scrape it from a hobbyist project/website, you can pay for it or you can try to collect it yourself.&lt;/p&gt;

Expand Down Expand Up @@ -1486,7 +1486,7 @@ Fn Function Key&lt;/p&gt;

&lt;p&gt;&lt;a name=&quot;github&quot;&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;&lt;i class=&quot;fa fa-futbol-o&quot;&gt;&lt;/i&gt; Open Source Data on Github&lt;/h3&gt;
&lt;h3&gt;Open Source Data on Github&lt;/h3&gt;

&lt;p&gt;&lt;a name=&quot;openfootball&quot;&gt;&lt;/a&gt;&lt;/p&gt;

Expand Down Expand Up @@ -1541,7 +1541,7 @@ http://footballdb.herokuapp.com/api/v1/event/world.2014/round/1

&lt;p&gt;&lt;a name=&quot;free&quot;&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;&lt;i class=&quot;fa fa-futbol-o&quot;&gt;&lt;/i&gt; Free APIs&lt;/h3&gt;
&lt;h3&gt;Free APIs&lt;/h3&gt;

&lt;p&gt;&lt;a name=&quot;footballdata&quot;&gt;&lt;/a&gt;&lt;/p&gt;

Expand Down Expand Up @@ -1880,7 +1880,7 @@ https://api.soccerama.pro/v1/statistics/match/{id}?api_token=__YOURTOKEN__

&lt;p&gt;&lt;a name=&quot;other&quot;&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;&lt;i class=&quot;fa fa-futbol-o&quot;&gt;&lt;/i&gt; Other Websites&lt;/h3&gt;
&lt;h3&gt;Other Websites&lt;/h3&gt;

&lt;p&gt;&lt;a name=&quot;footballsquads.co.uk&quot;&gt;&lt;/a&gt;&lt;/p&gt;

Expand Down Expand Up @@ -1992,7 +1992,7 @@ ABP = Away Team Bookings Points (10 = yellow, 25 = red)

&lt;p&gt;&lt;a name=&quot;worldcup2015&quot;&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;&lt;i class=&quot;fa fa-futbol-o&quot;&gt;&lt;/i&gt; 2015 Women&amp;#39;s World Cup Data&lt;/h3&gt;
&lt;h3&gt;2015 Women&amp;#39;s World Cup Data&lt;/h3&gt;

&lt;p&gt;&lt;a href=&quot;http://www.fifa.com/womensworldcup/organisation/documents/index.html&quot;&gt;FIFA PDF files&lt;/a&gt; - includes unformatted data on participating teams, schedules and random statistics&lt;/p&gt;

Expand All @@ -2002,7 +2002,7 @@ ABP = Away Team Bookings Points (10 = yellow, 25 = red)

&lt;p&gt;&lt;a name=&quot;worldcup&quot;&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;&lt;i class=&quot;fa fa-futbol-o&quot;&gt;&lt;/i&gt; 2014 World Cup APIs&lt;/h3&gt;
&lt;h3&gt;2014 World Cup APIs&lt;/h3&gt;

&lt;p&gt;&lt;a href=&quot;https://www.kimonolabs.com/worldcup/explorer&quot;&gt;kimono labs 2014 World Cup Api&lt;/a&gt; - has a very nice restful API available. Free registration required to access the API. The API has a player, team, club, matches, and player&lt;em&gt;season&lt;/em&gt;stats endpoints. See the &lt;a href=&quot;https://www.kimonolabs.com/worldcup/docs&quot;&gt;documentation&lt;/a&gt; and start making calls withe the &lt;a href=&quot;https://www.kimonolabs.com/worldcup/explorer&quot;&gt;API explorer&lt;/a&gt;&lt;/p&gt;

Expand All @@ -2014,13 +2014,13 @@ ABP = Away Team Bookings Points (10 = yellow, 25 = red)

&lt;p&gt;&lt;a name=&quot;api-graveyard&quot;&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;&lt;i class=&quot;fa fa-futbol-o&quot;&gt;&lt;/i&gt; Deprecated/Retired - &amp;quot;The Graveyard of APIs&amp;quot;&lt;/h3&gt;
&lt;h3&gt;Deprecated/Retired - &amp;quot;The Graveyard of APIs&amp;quot;&lt;/h3&gt;

&lt;p&gt;&lt;a href=&quot;http://developer.espn.com/docs&quot;&gt;ESPN API&lt;/a&gt; has an API for registered users (free). You can get a list of all the players in the EPL. However they are very limited in their data. They restrict all fixtures and scores to &amp;quot;strategic partners.&amp;quot; However, you can get lists of players and teams. The &lt;strong&gt;Public API is being retired on Monday, December 8, 2014&lt;/strong&gt; &lt;a href=&quot;http://developer.espn.com/blog/read/publicretirement&quot;&gt;Read the announcement&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://statsfc.com/&quot;&gt;StatsFC&lt;/a&gt; used to have an restful JSON API of all EPL scores and fixtures. It was about $8 us dollars a month but was recently shut down. See their &lt;a href=&quot;https://statsfc.com/statement&quot;&gt;official statement&lt;/a&gt;. They still offer widgets and they plan on reviving their servies. See their comments at the bottom of the page.&lt;/p&gt;

&lt;h3&gt;&lt;i class=&quot;fa fa-futbol-o&quot;&gt;&lt;/i&gt; Other Reading / Resources&lt;/h3&gt;
&lt;h3&gt;Other Reading / Resources&lt;/h3&gt;

&lt;h4&gt;opendata.stackexchange forum&lt;/h4&gt;

Expand All @@ -2036,14 +2036,14 @@ results.&amp;quot; Some dead links but worth a skim.&lt;/p&gt;

&lt;p&gt;&lt;a name=&quot;fantasy&quot;&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;&lt;i class=&quot;fa fa-futbol-o&quot;&gt;&lt;/i&gt; Fantasy Data&lt;/h3&gt;
&lt;h3&gt;Fantasy Data&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://jokecamp.github.io/epl-fantasy-geek/&quot;&gt;EPL Fantasy Geek&lt;/a&gt; - Current season EPL Fantasy stats for every player.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/rasbt/datacollect/tree/master/collect_fantasysoccer&quot;&gt;Fantasy Soccer Data Downloader on github&lt;/a&gt; - A simple command line tool to download English Premier League (fantasy) soccer data&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;&lt;i class=&quot;fa fa-futbol-o&quot;&gt;&lt;/i&gt; Even more links to explore&lt;/h3&gt;
&lt;h3&gt;Even more links to explore&lt;/h3&gt;

&lt;p&gt;You&amp;#39;ve made it this far. Why stop now?&lt;/p&gt;

Expand All @@ -2061,7 +2061,7 @@ results.&amp;quot; Some dead links but worth a skim.&lt;/p&gt;
&lt;li&gt;&lt;a href=&quot;http://www.statto.com/football/stats/&quot;&gt;Football Stats and Betting data&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;&lt;i class=&quot;fa fa-futbol-o&quot;&gt;&lt;/i&gt; Share your own sources -- What have I missed?&lt;/h3&gt;
&lt;h3&gt;Share your own sources -- What have I missed?&lt;/h3&gt;

&lt;p&gt;Please let me know about your own data sources or add a pull request on &lt;a href=&quot;https://github.com/jokecamp/jokecamp.com/blob/master/_posts/2014-03-08-guide-to-football-and-soccer-data-and-apis.markdown&quot;&gt;github&lt;/a&gt;. I have mainly searched for EPL data and would love to add data from other leagues/competitions to the list.&lt;/p&gt;
</content>
Expand Down
Expand Up @@ -9,11 +9,9 @@
<meta name="keywords" content="Joe, Computer, .NET, C#, Kampschmidt, blog, jokecamp, code, developer, API" />
<meta name="author" content="Joe Kampschmidt" />
<link href='/public/poole.css' rel='stylesheet' type='text/css'>
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-T8Gy5hrqNKT+hzMclPo118YTQO6cYprQmhrYwIiQ/3axmI1hQomh7Ud2hPOy8SP1" crossorigin="anonymous">
<link rel="alternate" type="application/rss+xml" title="RSS" href="/atom.xml">
<link rel="me" type="text/html" href="https://plus.google.com/+JoeKampschmidt?rel=me"/>
<link rel="me" type="text/html" href="https://twitter.com/jokecamp"/>

</head>

<body>
Expand All @@ -24,9 +22,7 @@
<nav class="nav" role="navigation">
<ul>
<li><a class="" href="/blog/" title="Joe's Blog">Blog</a></li><li><a class="" href="/projects/" title="Joe's Projects">Projects</a></li>
<li><a rel="me" href="https://github.com/jokecamp" title="Joe's github page - commit all the things"><i class="fa fa-github"></i></a></li>
<li><a rel="me" href="http://stackoverflow.com/users/215502/kampsj" title="Joe's stackoverflow account - aka street credit"><i class="fa fa-stack-overflow"></i></a></li>
<li><a rel="me" href="https://twitter.com/jokecamp" title="Joe's twitter account"><i class="fa fa-twitter"></i></a></li>
<li><a rel="me" href="https://github.com/jokecamp" title="Joe's github page - commit all the things">Code</a></li>
</ul>
</nav>
</div>
Expand Down Expand Up @@ -138,9 +134,9 @@ <h2>Specific Setup and Configuration</h2>

<div class="footer" role="contentinfo">
<ul>
<li><a href="/atom.xml" title="Atom Feed"><i class="fa fa-rss"></i> Atom</a></li>
<li><a href="/rss.xml" title="RSS Feed"><i class="fa fa-rss"></i> RSS</a></li>
<li><a href="https://github.com/jokecamp/jokecamp.com/" title="View Source on GitHub"><i class="fa fa-github"></i> View Source</a></li>
<li><a href="/atom.xml" title="Atom Feed">Atom Feed</a></li>
<li><a href="/rss.xml" title="RSS Feed">RSS Feed</a></li>
<li><a href="https://github.com/jokecamp/jokecamp.com/" title="View Source on GitHub">View Source</a></li>
<li><a href="mailto:joe.kampschmidt@gmail.com" title="email me">Contact me</a></li>
</ul>
</div>
Expand Down

0 comments on commit 7509d64

Please sign in to comment.