0.1.21 • Published 11 years ago

kato-adhoc-express v0.1.21

Weekly downloads
63
License
-
Repository
-
Last release
11 years ago

KATO Adhoc Express

Installation

npm install kato-adhoc-express

Usage

var kato = require('kato-adhoc-express')

var katoSettings = {
    // Required
    pKey: '<YOUR PUBLIC KEY>',
    
    // Required
    sKey: '<YOUR PRIVATE KEY>',
    
    // Required, expiration epoch in seconds
    exp: 3600,
    					
    // Required, unique user id
    user_id : 0,
    
    // Required, unique room id
    user_name : 'John',
    
    // Required, unique room id
    room_id : 0,
    
    // Required, room name				
    room_name : 'Kitchen',
    
    // Optional, user email address (visible in tooltip over user name in history) must be unique when used within the scope of a given public key
    user_email: '',
    
    // Optional, text message to be sent out by welcome robot when room is created
    welcome_text: '',
    
    // Optional, name of welcome robot, if not specified defaults to 'Welcome Robot'
    welcome_robot_name: '',	    
};

var katoUrl = kato.generateUrl(katoSettings);
0.1.21

11 years ago

0.1.20

11 years ago

0.1.19

11 years ago

0.1.18

11 years ago

0.1.17

11 years ago

0.1.16

11 years ago

0.1.15

11 years ago

0.1.14

11 years ago

0.1.13

11 years ago

0.1.12

11 years ago

0.1.11

11 years ago

0.1.10

11 years ago

0.1.9

11 years ago

0.1.8

11 years ago

0.1.7

11 years ago

0.1.6

11 years ago

0.1.5

11 years ago

0.1.4

11 years ago

0.1.3

11 years ago

0.1.2

11 years ago

0.1.1

11 years ago