timebot

Convert live time across time-zones on IRC
git clone http://git.hanabi.in/repos/timebot.git
Log | Files | Refs | LICENSE

package.json (131B)


      1 {
      2   "dependencies": {
      3     "irc": "^0.5.2",
      4     "moment-timezone": "^0.5.31"
      5   },
      6   "scripts": {
      7     "start": "node index.js"
      8   }
      9 }