Rostlab / JS16_ProjectB_Group6

Game of Thrones characters are always in danger of being eliminated. The challenge in this assignment is to see at what risk are the characters that are still alive of being eliminated. The goal of this project is to rank characters by their Percentage Likelihood of Death (PLOD). You will assign a PLOD using machine learning approaches.
GNU General Public License v3.0
3 stars 4 forks source link

Added gulp, enabled linting, resolves #5 #9

Closed jsalahov closed 8 years ago

jsalahov commented 8 years ago

Now you can use jshint while working on the project 1> Install gulp: npm install -g gulp-cli 2> cd to your project folder and run "gulp" 3> Now everytime you change and save files errors will be reported to console.