1.1.1 • Published 8 years ago

awaitfor v1.1.1

Weekly downloads
2
License
GPL-3.0
Repository
github
Last release
8 years ago

Await/For

Command line program to await for service is up.

Purpose

npm i -g awaitfor

await http://dev.mysuperservice.com

Start checking every 1 second by default

Check address: http://dev.mysuperservice.com
#1  Nothing...
#2  Nothing...
#3  Nothing...
#4  Nothing...
#5  Nothing...
#6  Nothing...
#7  Nothing...
--- Address http://dev.mysuperservice.com is available!!! Notify

And show notification with node-notifier

Seconds

You can specify seconds:

await http://service.com 5
Check address:  http://service.com
Wait 5 seconds before try

#1  Nothing...
#2  Nothing...

help

So you can view small help.

await -h
# or
await --help