1.0.3 • Published 5 years ago

is-it-online v1.0.3

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

Is It Online?

Wait for a URL to return 2XX, show an OS notification, and exit.

Motivation

I got tired of repeatedly refreshing my localhost pages in the browser to see if docker environment had finished (re)starting...

Usage

  1. Install: npm i -g is-it-online
  2. Use: is-it-online http://localhost:8080

Native Binary

Native binary's based on pkg are a work in progress.

I could use electron, but I'd like to find a better option - one which doesn't result in a 100 MB binary.

Contributing

Local Development

Local development is typical for a node application:

  1. npm install
  2. npm develop

Local Installation

To install your local working copy:

  1. npm pack
  2. npm i -g is-it-online-X.X.X.tgz

Credits

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago