🏡 index : ~doyle/blockbuster.git

author Jordan Doyle <jordan.doyle@outlook.com> 2015-04-13 1:45:22.0 +00:00:00
committer Jordan Doyle <jordan.doyle@outlook.com> 2015-04-13 1:45:22.0 +00:00:00
commit
7b9049b7463ba30b4a8d81c796ae181d8ffc8769 [patch]
tree
879f1b05055f3c8a76c7734c206ee00da24a9b74
parent
4f730b361875b8d1a9b2bd0163804f1fa76c8629
download
7b9049b7463ba30b4a8d81c796ae181d8ffc8769.tar.gz

Add travis build status on readme



Diff

 README.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/README.md b/README.md
index 6a7a17f..fe60656 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,8 @@
# blockbuster

[![Build Status]https://travis-ci.org/JordanDoyle/blockbuster.svg?branch=master]https://travis-ci.org/JordanDoyle/blockbuster [![License]https://poser.pugx.org/laravel/framework/license.svg]http://github.com/jordandoyle/blockbuster


My interpretation of steps 1 to 6 of part 3 of [University of Salford's Java Project]https://drive.google.com/file/d/0B1SXk11s15KuQkRfa2NJcmxyN00/view?usp=sharing.

To aid with quick and easy expandability of this application in the upcoming parts, the application parses the `data is` line provided by the professor and uses [reflection]http://en.wikipedia.org/wiki/Reflection_%28computer_programming%29#Java to set and get the values of each `LibraryItem` instance based on the values from the `data is` line which means there is no need the hardcode where each value is positioned in the data file, again, allowing easy portability.