App to subscribe to a run and to record the timing via BIB scanning
In the keys folder you need to add your own RS256 private.key and public.key.
You can genareted them on http://travistidwell.com/jsencrypt/demo/ -> watch out the key size must be 512 bits.
In the keys folder you need to add the mailenv.js with inside:
module.exports.EMAIL_USER="xxx@gmail.com";
module.exports.EMAIL_PASSWORD="xxxx";