The term-notify server
Go to file
2016-02-13 05:48:03 +08:00
botanss@3b143cd3ae As es6 as possible 2016-02-13 05:21:02 +08:00
config Production settings 2016-02-12 09:09:54 +08:00
notify-term Need to log the register event 2016-02-12 21:24:42 +08:00
notifysrv Submoduling BotanSS, Reg Draft 2016-02-12 00:16:42 +08:00
.gitignore Also ignore db.js 2016-02-12 05:54:42 +08:00
.gitmodules Github settings 2016-02-13 05:24:35 +08:00
index.js Need to log the register event 2016-02-12 21:24:42 +08:00
package.json Submoduling BotanSS, Reg Draft 2016-02-12 00:16:42 +08:00
README.md Update README.md 2016-02-13 05:48:03 +08:00

term-notify-server

Prerequisites

  1. A windows developer account
  2. latest version of node.js
  3. mongodb ( if you want to use MySQL. Just modify the code. the schema is rather simple )

Setup

  1. Follow this instruction to create an app first
  2. Get the client secret and Package SID from the instruction above
  3. Put them into notify-term/config/auth.js
  4. Setup the database
  5. Run the server