0.0.1 • Published 7 months ago

generator-openbot v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

generator-openbot

generating a file that will automatically help you open a website at a regular time

Usage

install

First, install Yeoman and generator-openbot using npm (we assume you have pre-installed node.js).

npm install -g yo generator-openbot

generate

Then execute the following command:

yo openbot

It will generate autoOpen.html file for you.

run

run with VSCode

If you are using the VSCode, then you can download the Live Server extension and use it to run autoOpen.html.

run with serve.js

Or you can choose Need a live serve file option then it will generate serve.js for you.

then you can run autoOpen.html file with the following command:

node serve.js

Browser Limit

Newer browsers generally disable pop-ups by default. Remember to set your browser to allow open pop-ups.

Then everything should work!

autoopen

LICENSE

MIT