peterjmartinson / PengoBot

Slackbot for Chingu Penguins

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

    ____                         
   / __ \___  ____  ____ _____   
  / /_/ / _ \/ __ \/ __ `/ __ \  
 / ____/  __/ / / / /_/ / /_/ /  
/_/    \___/_/ /_/\__, /\____/   
                 /____/          

PengoBot

Slackbot for Chingu Penguins

Pengo

(PEN-go) noun

  1. Classic Sega arcade game
  2. Infamous German KGB hacker Hans Heinrich Hübner
  3. Your coding buddy on Slack!

Main Functions

/pengo: Provide a kernel of wisdom
/pengo [ID]: Provide a specific kernel of wisdom
/pengo rant: Provide the ultimate kick in the pants
/pengo help: Provide usage instructions

Basic File Structure

app/
  `- quoteSchema.js
  `- getCommand.js
  `- getQuote.js
  `- initializeQuoteDB.js
  `- pengo.js
images/
  `- pengo.jpg
  `- rant.png
models/
  `- quoteSchema.js
public/
  `- index.html
  `- pengo.jpg
package.json
server.js

About

Slackbot for Chingu Penguins

License:MIT License


Languages

Language:JavaScript 79.9%Language:HTML 20.1%