0.0.1 • Published 10 years ago

ikachan-node v0.0.1

Weekly downloads
2
License
-
Repository
github
Last release
10 years ago

ikachan-node

Ikachan wrapper for node.js

wercker status

Install

$ npm install ikachan-node

Usage

var Ikachan = require('ikachan-node');
var ikachan = new Ikachan('http://irc.example.com:8888/');

ikachan.notcie('#test', 'Build failed!!!!',
  function(response, error) {
    if(error == null) {
      console.log(response); // log response text
    }
  }
);
// Ikachan#privmsg also available

Contributing

Usual GitHub way.

License

MIT / See LICENSE.txt.