@frameless/upl
v0.0.1
Published
A Nodejs application that convert uniform product list to json
Keywords
Readme
@frameless/upl
This package creates and exports two arrays of objects, namely uplActueel and uplKeyValues, based on the data obtained from the UPL-actueel.json API provided by the Dutch government standards authority. The API serves as the data source, and the package processes the received data to form the arrays of objects. These arrays are then made available for further usage and analysis in the application.
type
uplActueel: https://standaarden.overheid.nl/owms/oquery/UPL-actueel.jsontype
uplKeyValues:export const uplKeyValues = [ { uri: "http://standaarden.overheid.nl/owms/terms/UPL-naam_nog_niet_beschikbaar", value: "UPL-naam nog niet beschikbaar", uuid: "33653955-562e-47f7-be0a-99286b0c7c4e", }, { uri: "http://standaarden.overheid.nl/owms/terms/AangifteVertrekBuitenland", value: "aangifte vertrek buitenland", uuid: "72c0841b-15de-4341-84dd-638639aa82ef", }, ];
Install
yarn add @frameless/upl
# or
npm install @frameless/upl
# or
pnpm add @frameless/uplUsage
import { uplActueel, uplKeyValues } from "@frameless/upl";