https://github.com/hackergrrl/web-ready
CLI to not exit until a button is pressed on a local website.
https://github.com/hackergrrl/web-ready
Last synced: 11 months ago
JSON representation
CLI to not exit until a button is pressed on a local website.
- Host: GitHub
- URL: https://github.com/hackergrrl/web-ready
- Owner: hackergrrl
- Created: 2019-10-23T01:34:40.000Z (over 6 years ago)
- Default Branch: sprout
- Last Pushed: 2020-08-23T15:48:39.000Z (almost 6 years ago)
- Last Synced: 2025-04-02T13:04:31.051Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 14.6 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# web-ready
A tiny command-line tool that serves a web page with a big button that says READY. Until the button is pressed, the process will not exit.
This lets you do neat things, like running `ready` on your laptop, `&&`-chained to a command you want to run at some time in the near future.
```
$ ready && picast video.mp4
```
You can run this command, walk off with your phone or tablet or friend's computer, and when you're ready, visit http://10.0.0.10:3210 (or whatever your local ip is), tap READY, and the video will start playing on the TV (in this case, using [picast](https://github.com/noffle/picast).

# Install
```
npm i -g web-ready
```
# License
ISC