A Clojure project which pulls in club ranks of soccerclubs of the last x years and calculates the (weighted) average position. Simple prediction algorithm based on (weighted) historic ranks.
Execute lein test in the main folder.
Execute lein run in the main folder
Depends on your setup. You can do your own predictions by adding a new file in the format of the already existing ones in the resource folder and executing the main core.clj file.
Do whatever you like with the code on your own risk.