0.2.1 • Published 7 years ago

niconico-search v0.2.1

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

niconico-search

niconico-search is a API client for niconico コンテンツ検索API http://search.nicovideo.jp/docs/api/search.html

Installation

npm install --save niconici-search

Usage

import {Base, Live} from 'niconico-search';

const baseClient = new Base({ service: 'live' });
const liveClient = new Live();

baseClient.search('初音ミク').then(function(response) {
  console.log(response);
});

liveClient.search('顔出し', { targets: 'tagsExact' }).then(function(response) {
  console.log(response);
});
0.2.1

7 years ago

0.2.0

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago