zoho-dev-essentials
v1.0.7
Published
install the package ```npm install zoho-dev-essentials```<br> import the package ```var zohoDevEssentials = require('zoho-dev-essentials');``` And to run ```zohoDevEssentials.start();``` it will open browser instance and do the automatic login for cliq,m
Downloads
4
Readme
zoho-dev-essentials
It will launch your browser and goto develeper internal essentials site and login sucessfully
install the package
npm install zoho-dev-essentials
import the package
var zohoDevEssentials = require('zoho-dev-essentials');
And to run
zohoDevEssentials.start();
it will open browser instance and do the automatic login for cliq,mail,connect,people,git and lyte docs.
Options
make sure to pass mailid and passwork on running the package node server.js [email protected] --password=yourpassword
