Skip to content

takkanm/node-im-kayac

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-im-kayac

im.kayac.com wrapper for node.js

install

$ nmp install node-im-kayac

example

imkayac = require 'node-im-kayac'

im = new imkayac 'takkanm'
im.send 'hello'

if you use password

imkayac = require 'node-im-kayac'

# if use password
im = new imkayac 'takkanm', {'password': password}
# if use secret key
im = new imkayac 'takkanm', {'secret': secret_key}

im.send 'hello'
im.send 'use handler', {'handler', 'mailto:mail@exsample.com'}

TODO

  • proxy

About

im.kayac.com wrapper for node.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published