An open API service indexing awesome lists of open source software.

https://github.com/danwild/node-landing-page

Simple node app for displaying a webpage during system update
https://github.com/danwild/node-landing-page

Last synced: over 1 year ago
JSON representation

Simple node app for displaying a webpage during system update

Awesome Lists containing this project

README

          

# node-landing-page

Simple node app for displaying a webpage during system update.

Requires the following command line args on startup:

- `name`: the name of the system being updated.
- `duration`: estimated downtime to be expected during the update.

e.g. usage

`forever start app.js --name='My Application' --duration='up to 15 minutes'`