onix2js
TypeScript icon, indicating that this package has built-in type declarations

0.2.0 • Public • Published

This library is used to parse a ONIX 3.0 files to a json file with books metadata.

The implementation of the xml nodes is not complete, but added as they are needed. If there's some node that isn't currently available just open a issue with the xml snippet you need to support.

The codelists are genereated based on the json-documentation and new versions can be easily generated.

Installation

$ npm install onix2js

How to use it?

const Onix = require("onix2js");

const onixJson = Onix.parse("<ONIXMessage ... />");

Readme

Keywords

none

Package Sidebar

Install

npm i onix2js

Weekly Downloads

19

Version

0.2.0

License

MIT

Unpacked Size

1.55 MB

Total Files

743

Last publish

Collaborators

  • markusahlstrand