文件名称:thornbed:薄 OEmbed 包装器
文件大小:14KB
文件格式:ZIP
更新时间:2024-07-27 15:36:16
Ruby
刺床 Thornbed 提供了一个单一的界面来从许多站点获取可嵌入的内容,甚至是没有 OEmbed 支持的站点。 安装 将此行添加到应用程序的 Gemfile 中: gem 'thornbed' 然后执行: $ bundle 或者自己安装: $ gem install thornbed 用法 >> require "thornbed" => true >> Thornbed.get("http://imgur.com/DHe9T") => {"url"=>"http://i.imgur.com/DHe9T.jpg", "type"=>"photo", "provider_name"=>"Imgur", "provider_url"=>"http://imgur.com", "thumbnail_url"=>"http://i.imgur.com/DHe9Ts.jpg"
【文件预览】:
thornbed-master
----.travis.yml(15B)
----Guardfile(240B)
----Thorfile(263B)
----Rakefile(142B)
----Gemfile(93B)
----spec()
--------providers()
--------provider_spec.rb(292B)
--------spec_helper.rb(89B)
--------thornbed_spec.rb(1KB)
----.gitignore(241B)
----lib()
--------thornbed()
--------thornbed.rb(349B)
----README.md(1KB)
----thornbed.gemspec(1KB)
----LICENSE.txt(1KB)