0.2.0 • Published 3 years ago

onix2js v0.2.0

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

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 ... />");
0.1.0

3 years ago

0.2.0

3 years ago

0.0.23

3 years ago

0.0.21

3 years ago

0.0.22

3 years ago

0.0.20

3 years ago

0.0.10

3 years ago

0.0.11

3 years ago

0.0.12

3 years ago

0.0.13

3 years ago

0.0.14

3 years ago

0.0.15

3 years ago

0.0.16

3 years ago

0.0.17

3 years ago

0.0.18

3 years ago

0.0.19

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago