Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 2.36 KB

README.md

File metadata and controls

49 lines (33 loc) · 2.36 KB

riddler version license GitHub issues

I am a bot of few words, but many riddles.

riddler is a Slack app that delivers riddles on command. By typing /riddler, riddler will respond with a message only visible to you containing a riddle and a button to reveal the answer. With hundreds of riddles at your disposal, there's no excuse to ever be bored at work again!

Special thanks to CJS from the Noun Project for providing the abstract logo.

Install on Slack Now

Add to Slack

Getting Started

Installing

Before installing, you will need:

  • node version >= 8
  • npm
  • git

Once you have those installed:

# Clone this repository
$ git clone https://github.com/cedricium/riddler

# Go into the repository
$ cd riddler/

# Install the dependencies
$ npm install

Developing

Once you have the dependencies installed, you're ready to begin developing. Use the start script to start the Express server:

$ npm start

Demo

Contributing

Your contributions are always welcome! See an issue you want to tackle or have an idea for a feature you'd like implemented? Just open a pull-request with a short explanation of the changes and I'd be happy to review it.

License

You are free to copy, modify, and distribute riddler with attribution under the terms of the MIT license. See the LICENSE file for details.