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

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

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.