hummingbird-instagram
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -74,4 +74,6 @@ var moment = require('moment'); | ||
*/ | ||
InstagramPost.prototype.parseKeywords = function() { | ||
return this._raw.tags; | ||
InstagramPost.prototype.parseKeywords = function(n) { | ||
return this._raw.tags.map(function() { | ||
return n.toLowerCase(); | ||
}); | ||
} | ||
@@ -78,0 +80,0 @@ |
{ | ||
"name": "hummingbird-instagram", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "Instagram streaming module for hummingbird.", | ||
@@ -5,0 +5,0 @@ "main": "main.js", |
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
14552
447