1.0.2 • Published 10 years ago
better-know-a-tweet v1.0.2
better-know-a-tweet
Provides functions that give you answers about a tweet object from the Twitter API.
Installation
npm install better-know-a-tweetUsage
var betterKnow = require('better-know-a-tweet');
console.log(betterKnow.isRetweetOfUser('autocompleterap', tweetObject))
// trueTests
Run tests with make test.
License
MIT.