1.0.4 • Published 8 years ago

rollpoll v1.0.4

Weekly downloads
12
License
ISC
Repository
github
Last release
8 years ago

Rollpoll

A tool to poll websites and exit when it gets through

Installation

npm install -g rollpoll

Usage

rollpoll http://some.site.com

Or combine it with other tools like the hacker you are:

# Beep when the website responds
rollpoll http://some.site.com && \
  (( speaker-test -t sine -f 1000 )& pid=$! ; sleep 0.1s ; kill -9 $pid)
1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago