This commit is contained in:
lancegin
2017-06-28 19:36:58 +08:00
parent ed46a8a364
commit c8853d9ae8
6 changed files with 67 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
/*
* @project : jsotp
* @author : Gin (gin.lance.inside@hotmail.com)
* @link : https://github.com/LanceGin/jsotp
* @Disc : a node module to generate and verify one-time passwords
*/
function jsotp(name) {
console.log(`Hello ${name}`);
}
exports.jsotp = jsotp