Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 381 Bytes

File metadata and controls

12 lines (9 loc) · 381 Bytes

FootballAPI

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:

  1. npm install
  2. npm install --global browserify
  3. npm install unirest
  4. browserify main.js -o bundle.js
  5. Open in index.html in browser.

A bundle.js is automatically created - you shouldn't make changes to this file.