Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 284 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 284 Bytes

baidu-video-search

Baidu video search api for node.js

Installation

$ npm install baidu-video-search

Example

var search = require('baidu-video-search');

search('lol', function(err, data) {
    console.log(data);
})

License

MIT © Leigh Zhu