Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bshelton229/vineapp-ruby
- Owner: bshelton229
- License: mit
- Created: 2013-02-25T22:28:53.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-05-08T19:18:16.000Z (over 10 years ago)
- Last Synced: 2024-02-12T16:15:32.972Z (9 months ago)
- Language: Ruby
- Size: 183 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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