Comparing version 0.0.1 to 0.0.2
@@ -5,3 +5,3 @@ { | ||
"tags": ["twitter", "tweet", "yep", "nope", "sentiment"], | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"author": "Zack Corr <zack@z0w0.me>", | ||
@@ -8,0 +8,0 @@ "repository": { |
@@ -80,7 +80,7 @@ # Atsaty | ||
If `user` is provided, then it will check the mood of a specific Twitter user | ||
instead of the entire Twitter community. | ||
If `query` is provided, then it will check the mood of a specific search | ||
query instead of the entire Twitter community (e.g. "#racist #cats"). | ||
The callback will be called with an error or `null` as its first argument, | ||
`false` as its second if there is no positive tweets or there | ||
`false` as its second if there are no positive tweets or there | ||
are more negative tweets than positive ones, otherwise it calls with a second | ||
@@ -87,0 +87,0 @@ argument of `true`. |
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
5072