0.2.0 • Published 4 years ago

onix2js v0.2.0

Weekly downloads
-
License
MIT
Repository
-
Last release
4 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

4 years ago

0.2.0

4 years ago

0.0.23

4 years ago

0.0.21

4 years ago

0.0.22

4 years ago

0.0.20

4 years ago

0.0.10

4 years ago

0.0.11

4 years ago

0.0.12

4 years ago

0.0.13

4 years ago

0.0.14

4 years ago

0.0.15

4 years ago

0.0.16

4 years ago

0.0.17

4 years ago

0.0.18

4 years ago

0.0.19

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago