0.0.1 • Published 2 years ago
generator-openbot v0.0.1
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-openbotgenerate
Then execute the following command:
yo openbotIt 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.jsBrowser Limit
Newer browsers generally disable pop-ups by default. Remember to set your browser to allow open pop-ups.
Then everything should work!

LICENSE
0.0.1
2 years ago