Skip to content

backbone-api/youtube

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Backbone API : Youtube

A simple way to interact with Youtube's GData API using Backbone.js objects.

Install

bower install backbone.api.youtube

Dependencies

none

Usage

The plugin will try to create a global namespace Youtube that will host all the Models/Views/Collections mirrored from Backbone.API.Youtube

Most Backbone.js conventions apply using the Youtube namespace.

var video = new Youtube.Models.Video({ id : "2R4563FGs2" });

Credits

Created by Makis Tracend ( @tracend )

Originally used for Tabtube

Distributed through Makesites.org

Released under the MIT license

About

Simple Youtube API operations

Resources

Stars

Watchers

Forks

Packages

No packages published