Sha256: e456fd58fe653603c035051d1678b319df15e60ede1ece9d824db9ee16221004

Contents?: true

Size: 442 Bytes

Versions: 1

Compression:

Stored size: 442 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
Yt::Audit.has_subscribe_annotations?('rF711XAtrVg')
# => false
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
yt-audit-0.1.2 README.md