Skip to content

makeusabrew/nudgeme-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

nudgeme [server]

Backend service for nudgeme-client. Currently deployed using now.

Hosting your own instance

Download, npm install, npm start.

Pointing a client at your instance

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.

About

nudgeme.in web server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published