ikachan-node

0.0.1 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i ikachan-node

Weekly Downloads

1

Version

0.0.1

License

none

Last publish

Collaborators

  • udzura