gotsentimental
Advanced tools
Comparing version 0.5.0 to 0.5.1
{ | ||
"name": "gotsentimental", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"description": "GoT Twitter Sentiment Analysis", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -760,3 +760,3 @@ // function to parse string in the format 2006-01-02 to JavaScript's Date type | ||
}); | ||
} else if (w > 500 || dmn < (3 * 365 * 86400000)) { //Show season start | ||
} else if (w > 400 || dmn < (3 * 365 * 86400000)) { //Show season start | ||
eAxis.tickFormat(function (d, i) { | ||
@@ -763,0 +763,0 @@ return self.episodeData[i].seasonStartLabel; |
# gotsentimental [![Build Status](https://travis-ci.org/Rostlab/JS16_ProjectD_Group4.svg?branch=develop)](https://travis-ci.org/Rostlab/JS16_ProjectD_Group4) [![npm](https://img.shields.io/npm/v/gotsentimental.svg)](https://www.npmjs.com/package/gotsentimental) | ||
GoT Twitter Sentiment Analysis | ||
![Image of the gotsentimental graph for character Jon Snow](http://i.imgur.com/DTjD3bt.png) | ||
_As seen on www.got.show_ | ||
## Installing | ||
@@ -5,0 +9,0 @@ ```sh |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
305073
248