1.0.1 • Published 6 years ago

crawl-grads v1.0.1

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

crawl-grads

npm

About

Crawl GrADS catalog pages.

Install

npm install --save crawl-grads

Usage

const crawler = require('crawl-grads')

const sources = [
  'https://opendap.nccs.nasa.gov/dods/GEOS-5/fp/0.25_deg/fcast/tavg3_2d_aer_Nx',
  'https://opendap.nccs.nasa.gov/dods/GEOS-5/fp/0.25_deg/fcast/tavg1_2d_slv_Nx',
  'https://opendap.nccs.nasa.gov/dods/GEOS-5/fp/0.25_deg/fcast/tavg1_2d_flx_Nx'
]

const result = crawler(sources)

result.then((links) => {
  console.log(JSON.stringify(links))
})

Documentation

Examples

License

ISC