Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kubohiroya/node-ndl-search
a JavaScript library to use NDL Search API by National Diet Library, Japan.
https://github.com/kubohiroya/node-ndl-search
Last synced: 1 day ago
JSON representation
a JavaScript library to use NDL Search API by National Diet Library, Japan.
- Host: GitHub
- URL: https://github.com/kubohiroya/node-ndl-search
- Owner: kubohiroya
- License: mit
- Created: 2015-03-11T03:33:14.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-12T01:43:50.000Z (almost 10 years ago)
- Last Synced: 2024-04-14T07:49:23.228Z (9 months ago)
- Size: 121 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# node-ndl-search
a JavaScript library to use NDL Search API by National Diet Library, Japan.# Usage
ndl = require('node-ndl-search');
ndl.search({isbn:'9784062689007'}, function(json){
// translated JSON data from XML result of the API call
console.log(json);
});Then calls NDL Search API internally; 'http://iss.ndl.go.jp/api/sru?operation=searchRetrieve&query=isbn='+isbn
http://iss.ndl.go.jp/