Socket
Book a DemoInstallSign in
Socket

lita-answers

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lita-answers

bundlerRubygems
Version
0.0.3
Version published
Maintainers
1
Created
Source

lita-answers

A Lita handler for a question answering (QA) system. Allows you to use CRUD operations.
More functionality is coming soon...

Installation

Add lita-answers to your Lita instance's Gemfile:

gem "lita-answers"

Usage

You could perform simple CRUD operations: CREATE remember 'question?' with 'answer.'
READ all questions
READ answer 'question?'
UPDATE change 'question?' to 'new answer.'
DELETE forget 'question?'

License

MIT

FAQs

Package last updated on 18 Sep 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts