Sha256: 61f943e5760b611bd49cab52a0e7f1b9e2bba2753614767b78ec11c7206cbf17
Contents?: true
Size: 379 Bytes
Versions: 2
Compression:
Stored size: 379 Bytes
Contents
# Yt::Audit Welcome! This is a Ruby library you can audit a YouTube video. ## Development $ bin/setup $ YT_API_KEY="123456789012345678901234567890" rake $ open coverage/index.html $ yardoc $ open doc/index.html ## Usage ```ruby Yt::Audit.has_info_cards?('rF711XAtrVg') # => true Yt::Audit.has_brand_anchoring?('rF711XAtrVg', 'Budweiser') # => true ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
yt-audit-0.1.1 | README.md |
yt-audit-0.1.0 | README.md |