Backend service for nudgeme-client. Currently deployed using now.
Download, npm install
, npm start
.
The CLI client reads config data from ~/.nudgeme.json
. Add a custom host
key to override the default:
{
"email": "your@email.com",
"host": "https://your-instance.com:1234"
}
You'll also need to set the MAILGUN_API_KEY
and MAILGUN_DOMAIN
environment variables as mailgun is used to actually send emails.