Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 316 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 316 Bytes

Takosan.js

A Node.js wrapper for Takosan.

Installation

npm install --save takosan

Usage

import Takosan from 'takosan';

let takosan = new Takosan({
  url: 'http://irc.example.com:4649',
  channel: '#example'
});
takosan.privmsg('Hello world.');