A live table for Premier League 2015/16 built using AngularJS and the Football Data API: http://api.football-data.org/index
- Upload the files to your own server
- Register on http://api.football-data.org/register to get your free API key
- Edit js/services/football.js, and enter the API key obtained above in front of 'X-Auth-Token'. It should look something like 'X-Auth-Token': '12341234124551151516'
- Open the index page in any browser!
Click on any team to view more details about the team. Click on 'back' to go back to the league table.
See the LICENSE for license rights and limitations (MIT)