Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jimmycuadra/lita-youtube
- Owner: jimmycuadra
- License: mit
- Created: 2013-11-15T10:26:57.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-10-23T15:46:50.000Z (about 10 years ago)
- Last Synced: 2024-08-08T18:38:18.092Z (5 months ago)
- Topics: chatops, lita, lita-handler, ruby, youtube
- Language: Ruby
- Size: 164 KB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)