https://github.com/timonvs/nodeschool-bot
IRC bot example for Nodeschool
https://github.com/timonvs/nodeschool-bot
Last synced: 8 months ago
JSON representation
IRC bot example for Nodeschool
- Host: GitHub
- URL: https://github.com/timonvs/nodeschool-bot
- Owner: TimonVS
- Created: 2016-10-26T18:56:04.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-01T10:59:05.000Z (about 9 years ago)
- Last Synced: 2025-05-07T00:41:19.514Z (8 months ago)
- Language: JavaScript
- Homepage: http://slides.com/timonvanspronsen/nodeschool-rotterdam-2
- Size: 3.91 KB
- Stars: 6
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Nodeschool Bot
The accompanying slides can be found on [http://slides.com/timonvanspronsen/nodeschool-rotterdam-2](http://slides.com/timonvanspronsen/nodeschool-rotterdam-2).
## Requirements
- Node.js (6.x or higher) with npm
## Setup
- Clone the repository (or download the repository as a zip)
- Navigate to the folder using your terminal
- Run `npm install`, this will install the required dependencies to run the project
- Run `npm start` or `node app.js` to start the bot. `npm start` uses Nodemon which will autoreload the server if you change any code.