Started rewrite

This commit is contained in:
hydrabolt
2015-10-31 15:25:59 +00:00
parent 3a04a15066
commit beab032811
31 changed files with 483 additions and 164 deletions

6
src/index.js Normal file
View File

@@ -0,0 +1,6 @@
module.exports = {
Client : require("./Client/Client.js")
}
var a = new module.exports.Client();
a.login("email", "password").catch((e)=>console.log(e));