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
- Host: GitHub
- URL: https://github.com/danwild/node-landing-page
- Owner: danwild
- Created: 2017-01-03T00:54:02.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-04T02:11:29.000Z (over 9 years ago)
- Last Synced: 2025-01-07T21:34:12.059Z (over 1 year ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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'`