mailgun-js

v0.10.1
Simple Node.js helper module for Mailgun API
email mailgun

test

mocha

docs:api

./bin/docs

docs:clean

rm -rf _book

docs:prepare

gitbook install

docs:build

npm run docs:api && npm run docs:prepare && npm run docs:clean && gitbook build

docs:watch

npm run docs:api && npm run docs:prepare && gitbook serve

docs:publish

npm run docs:build && cd _book && git init && git commit --allow-empty -m 'Update docs' && git checkout -b gh-pages && git add . && git commit -am 'Update docs' && git push https://github.com/bojand/mailgun-js.git gh-pages --force

Metadata

  • MIT
  • >=4.0
  • Bojan Djurkovic
  • released 4/11/2017

Downloads

Maintainers