UNPKG

hkopendata

Version:

Access different Opendata API and data in Hong Kong

12 lines (9 loc) 274 B
// https://data.weather.gov.hk/weatherAPI/doc/HKO_Open_Data_API_Documentation.pdf const searchAstronmy = require('../astronomy'); function search(data, opts) { return searchAstronmy({ ...data, type: 4 }, opts) } module.exports = search;