Skip to content
This repository has been archived by the owner on May 5, 2020. It is now read-only.
/ is-it-online Public archive

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

License

Notifications You must be signed in to change notification settings

zapier/is-it-online

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published