Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/diath/nvsk

IRC bot
https://github.com/diath/nvsk

bot irc javascript node utility

Last synced: 14 days ago
JSON representation

IRC bot

Awesome Lists containing this project

README

        

nvsk
====

nvsk is a utility bot for IRC written in JavaScript with the help of the [node-irc](https://github.com/martynsmith/node-irc) library.

Requirements
============

nvsk requires Node.js to run as well as the set of the following libraries:

* irc
* random-js
* request
* wolfram-alpha

The requirements can be installed with ``npm install`` command from the root repository directory.

Installing
==========

* git clone https://github.com/diath/nvsk
* cd nvsk
* cp nvsk/config.sample.js nvsk/config.js
* $EDITOR nvsk/config.js
* npm install
* npm start

License
=======

This software is licensed under the MIT license. See the [license file](LICENSE.md) for more details.