节点科学库
USGS 科学基础 API
安装
$ git clone git@github.com:apburnes/node-sciencebase.git && cd node-sciencebase
$ npm install
测试
$ npm test
例子
// Note: Work in progress and not published to NPM
var sbClient = require ( 'node-sciencebase' ) ;
var options = { } ;
// List all catalog items related to "water"
var searchQuery = {
q = "water"
} ;
// Callback Style
sbClient ( options ) . search ( searchQuer
评论0
最新资源