Tinyembedly
A super tiny Embedly oEmbed library, using HTTParty. It makes a GET request to Embed.ly and returns the response in the form of a hash.
Extracted from Elementalise.
Installation
get install
or, add it to your Gemfile
gem 'tinyembedly'
Prereqs
You don't need an Embed.ly API key, but you should really get one. Sign up for an Embed.ly account (they have a free plan).
Getting started
response = Tinyembedly::Oembed.to_hash("http://youtu.be/12jmp4KVRPM")
Which calls this endpoint and converts it to a hash.
Thats it.
Contributors
- Ebony Charlton
- fgro
Noone else. Could you help? Go on. Goooo on. Goooooooo on!
License
This code is free to use under the terms of the MIT license.