speed-and-tweet
v1.0.1
Published
A recurring speed test that reports to twitter
Readme
Speed and Tweet
This handy npm module makes it easy to take a speed test and tweet it!
Installation
npm install speed-and-tweet -gEnvironment Variables
Everything is controlled by environment variables, so once you have a twitter app setup you will have to populate these environment variables with their respective values to get to tweeting:
TWITTER_CONSUMER_KEYTWITTER_CONSUMER_SECRETTWITTER_ACCESS_TOKENTWITTER_ACCESS_TOKEN_SECRET
Usage
Rip open your command line of choice and type in
# to show help:
# speed-and-tweet --help
# Runs the test every 5 minutes
speed-and-tweet
# Runs the test every 10 minutes
speed-and-tweet -i 10
# Runs the test every 5 minutes and tweets with total set to 100
speed-and-tweet -t 100Example tweet
@comcast I pay for 25Mb/s and only get 3.14 Mb/s. http://www.speedtest.net/result/3988254123.png #YourTry github.com/wasbazi/speed-and-tweet
