Skip to content

William-R-Wilson/workout_log

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

will need a server/smtp.js file to email password reset:

  smtp = {
    "username": "email@example.com",   // eg: server@gentlenode.com
    "password": "uniquepasswordhere",   // eg: 3eeP1gtizk5eziohfervU
    "server":   "smtp.gmail.com",  // eg: mail.gandi.net
    "port": 587
  }
  process.env.MAIL_URL = 'smtp://' + encodeURIComponent(smtp.username) + ':' + encodeURIComponent(smtp.password) + '@' + encodeURIComponent(smtp.server) + ':' + smtp.port;
});```

About

meteor app to track workouts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors