@

first drink

is on us 🍻

 

join us on Slack: pixelbar.herokuapp.com

Wifi

SSID: pixelbar

Password: rotterdam

Today

1. Intro

2. Setup

3. Our first chatbot 🤖

4. Wrap up 🍻

nodeschool

pixelbar

David &

John &

Timon

anti-harassment policy

Building our first chatbot 🤖

Setup

  • Terminal
  • Node.js 6.x (nodejs.org)
  • Text editor
  • IRC client

Connect to IRC

Setup

  • Create a new folder
  • Navigate to the folder using your terminal
  • Execute `npm init` in your terminal (continuously press enter)
  • Install node-irc (`npm install --save irc`)
  • Take a look at the docs (goo.gl/qmspGe)

Final code

Code can be found on GitHub: https://github.com/TimonVS/nodeschool-bot

Made with Slides.com