node-irc
NodeJS IRC client library
File Explorer
Download Latest Version (.zip)- API.rst
- conf.py
- index.rst
- make.bat
- Makefile
- bot.js
- secure.js
- codes.js
- colors.js
- cycling_ping_timer.js
- irc.js
- parse_message.js
- fixtures.json
- ircd.key
- ircd.pem
- helpers.js
- test-433-before-001.js
- test-auditorium.js
- test-convert-encoding.js
- test-double-crlf.js
- test-irc.js
- test-mode.js
- test-parse-line.js
- test-quit.js
- .gitignore
- .jscsrc
- .travis.yml
- CHANGELOG.md
- CONTRIBUTING.md
- COPYING
- package.json
- README.md
- test.js
# Installation Guide
1. Get the code
git clone https://github.com/martynsmith/node-irc
Downloads the entire project code from GitHub to your computer.
cd node-irc
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install irc
Downloads and installs the libraries listed in package.json.
npm link /path/to/your/clone
Type this command into your terminal and run it.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
