Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.4 KB

README.md

File metadata and controls

36 lines (26 loc) · 1.4 KB

Yt::Audit

Welcome! This is a Ruby library you can audit a YouTube video.

The source code is available on GitHub and the documentation on RubyDoc.

Build Status Coverage Status Dependency Status Code Climate Online docs Gem Version

Development

$ bin/setup

$ YT_API_KEY="123456789012345678901234567890" rake
$ open coverage/index.html

$ yardoc
$ open doc/index.html

Usage

Yt::Audit.has_info_cards?('rF711XAtrVg')
# => true
Yt::Audit.has_brand_anchoring?('rF711XAtrVg', 'Budweiser')
# => true
Yt::Audit.has_subscribe_annotations?('rF711XAtrVg')
# => false
Yt::Audit.has_youtube_association?('rF711XAtrVg')
# => false