Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jimmycuadra/lita-youtube

A Lita handler for displaying YouTube video information.
https://github.com/jimmycuadra/lita-youtube

chatops lita lita-handler ruby youtube

Last synced: about 1 month ago
JSON representation

A Lita handler for displaying YouTube video information.

Awesome Lists containing this project

README

        

# lita-youtube

[![Build Status](https://travis-ci.org/jimmycuadra/lita-youtube.png?branch=master)](https://travis-ci.org/jimmycuadra/lita-youtube)
[![Code Climate](https://codeclimate.com/github/jimmycuadra/lita-youtube.png)](https://codeclimate.com/github/jimmycuadra/lita-youtube)
[![Coverage Status](https://coveralls.io/repos/jimmycuadra/lita-youtube/badge.png)](https://coveralls.io/r/jimmycuadra/lita-youtube)

**lita-youtube** is a handler for [Lita](http://lita.io/) that listens for [YouTube](https://www.youtube.com/) links in the chat and responds with their titles and durations.

## Installation

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

``` ruby
gem "lita-youtube"
```

## Usage

Link a YouTube video in a message to have Lita provide meta data about the video.

## License

[MIT](http://opensource.org/licenses/MIT)