0.1.2 • Published 10 years ago

yaboss v0.1.2

Weekly downloads
4
License
MIT
Repository
github
Last release
10 years ago

yaboss

Simple nodejs wrapper for Yahoo BOSS web api

Example

    var YaBoss = require('yaboss');
    var YaBossClient = new YaBoss('someCustomerKey', 'someCustomerSecret');

    YaBossClient.search('web','yahoo', {count: 10}, function(err,dataFound,response){...});
    YaBossClient.searchWeb('yahoo', {count: 10}, function(err,dataFound,response){...});
    YaBossClient.searchLimitedWeb('yahoo', {count: 10}, function(err,dataFound,response){...});
    YaBossClient.searchImages('yahoo', {count: 10, dimensions: 'medium'}, function(err,dataFound,response){...});
    YaBossClient.searchNews('yahoo', {count: 10}, function(err,dataFound,response){...});
    YaBossClient.searchBlogs('yahoo', {count: 10}, function(err,dataFound,response){...});
    YaBossClient.searchAds('yahoo', {count: 10}, function(err,dataFound,response){...});
    YaBossClient.getGeoSearch('yahoo', {count: 10}, function(err,dataFound,response){...});

Full Yahoo BOSS Api documentation

http://developer.yahoo.com/boss/search/boss_api_guide/

Test

Build Status

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.1

10 years ago