UNPKG

hkopendata

Version:

Access different Opendata API and data in Hong Kong

10 lines (8 loc) 204 B
const lib = require("../../lib/bank-ant"); function handle(data) { return data.tiers.map(temp => ({ name: data.productName, ...lib.ParseItem(temp), })) } module.exports = handle;