rutube
v0.1.0
Published
Rutube api implementation for nodejs
Downloads
21
Readme
rutube
Rutube api implement for nodejs. (ref: http://rutube.ru/info/to_developers)
Usage
var rutube = require('./index')
rutube.searchVideo({
page: 1,
limit: 5,
query: 'ted',
filter: {
created: 'week',
author_id: 1001378,
category_id: 8,
duration: 'medium'
// only_hd: true
},
short: 'created'
}, function (err, result) {
console.log(err, result)
})
Search
video #
rutube.searchVideo({
page: 1,
limit: 5,
query: 'ted'
}, function (err, result) {
console.log(err, result)
})
Documentation
See the documentation
Release History
See the changelog
LICENSE
rutube is licensed under the MIT license.