This program uses the Football API and node.js to load a soccer fixture list of the date provided by the user.
To run the job in the brower:
- npm install
- npm install --global browserify
- npm install unirest
- browserify main.js -o bundle.js
- Open in index.html in browser.
A bundle.js is automatically created - you shouldn't make changes to this file.