UNPKG

hkopendata

Version:

Access different Opendata API and data in Hong Kong

7 lines (5 loc) 137 B
const lib = require("../../lib/bank-sc"); function handle(data, type) { return lib.ParseItem(data[type]) } module.exports = handle;