Node.js library for the cPanel/WHM API
Instalation
$ npm install cpanel-rest-api
WHM Usage
var WHM = ; const whm = host: 'whm.example.com' username: 'WHM_USERNAME' accessKey: 'YOUR_ACCESS_KEY'; whm ; // orwhm ; whm ;