mailgun-js : Simple Node.js helper module for Mailgun API. You can installing mailgun-js npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install mailgun-js $ sudo npm install -g mailgun-js
If want to update the mailgun-js package execute the command as below,
$ sudo npm update mailgun-js
Update package globally,
$ npm install -g mailgun-js
$ sudo git clone https://github.com/rektide/mailgun-js.git
$ sudo npm install -g ./mailgun-js
mailgun-js@0.13.1 /usr/lib/node_modules/mailgun-js
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall mailgun-js
Package Name | mailgun-js |
Version | 0.13.1 |
Description | Simple Node.js helper module for Mailgun API |
Released Date | 2017-08-14T23:45:10.884Z |
Published by | bojand |
How to Learn | https://www.npmjs.com/package/mailgun-js/tutorial |