slack-irc
Connects Slack and IRC channels by sending messages back and forth.
File Explorer
Download Latest Version (.zip)- emoji.json
- bot.js
- cli.js
- errors.js
- helpers.js
- index.js
- validators.js
- bad-config.json
- case-sensitivity-config.json
- invalid-config.json
- single-test-config.json
- string-config.json
- test-config-comments.json
- test-config.json
- test-javascript-config.js
- channel-stub.js
- data-store-stub.js
- irc-client-stub.js
- slack-stub.js
- bot-events.test.js
- bot.test.js
- channel-mapping.test.js
- cli.test.js
- create-bots.test.js
- errors.test.js
- join-part.test.js
- username-decorator.test.js
- .babelrc
- .eslintrc
- .frigg.yml
- .gitignore
- .npmignore
- .travis.yml
- CHANGELOG.md
- LICENSE
- package.json
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/ekmartin/slack-irc
Downloads the entire project code from GitHub to your computer.
cd slack-irc
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
$ npm install -g slack-irc
Downloads and installs the libraries listed in package.json.
$ npm install
Downloads and installs the libraries listed in package.json.
$ npm run build
Builds optimized production files.
$ npm start -- --config /path/to/config.json # Note the extra -- here
Starts the development/run server.
$ npm test
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)
