search-nico-js
v0.1.1
Published
niconico Search API Client Library for JavaScript
Downloads
3
Maintainers
Readme
niconico API Client Library for JavaScript - unofficial
search-nico-js aims to provide a complete, asynchronous client library for the niconico Search API.
For API details and how to use promises, see the JavaScript Promises.
search-nico-js is an unofficial library.
niconico
niconico - http://www.nicovideo.jp/
Requirements
Support Promises
Browser
Use a polyfill script tag:
<script src="https://www.promisejs.org/polyfills/promise-4.0.0.js"></script>
The global variable Promise becomes available after the above script tag.
Installation
Node.js
npm install search-nico-js --save
Browser
bower install search-nico-js --save
or clone the repository or just copy the files search-nico.js
or search-nico.min.js
to your server.
and then include it in your pages with <script src="search-nico.min.js"></script>
Examples
See also
License
MIT License - http://opensource.org/licenses/MIT