Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bshelton229/vineapp-ruby

A ruby library to access vine.co resources
https://github.com/bshelton229/vineapp-ruby

Last synced: 3 months ago
JSON representation

A ruby library to access vine.co resources

Awesome Lists containing this project

README

        

# Ruby Vine

[![Build Status](https://travis-ci.org/bshelton229/vineapp-ruby.svg?branch=master)](https://travis-ci.org/bshelton229/vineapp-ruby)

A simple object describing a Twitter Vine video.

## Usage

```ruby
require 'vine_app'
vine = VineApp.get('https://vine.co/v/bgD2rJXvOi1')
=> "Butler Blue II's post on Vine"
vine.video
=> "https://vines.s3.amazonaws.com/videos/A.....mp4?
```

## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request