File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 1+ > :exclamation : ** DEPRECATED** :exclamation : : Superseded by ` contentElements ` in ` article ` object which is already in JSON format.
2+
13[ ![ Node.js CI] ( https://github.com/FDMediagroep/fd-article-xml-json/actions/workflows/node.js.yml/badge.svg )] ( https://github.com/FDMediagroep/fd-article-xml-json/actions/workflows/node.js.yml )
24[ ![ Coverage Status] ( https://coveralls.io/repos/github/FDMediagroep/fd-article-xml-json/badge.svg?branch=main )] ( https://coveralls.io/github/FDMediagroep/fd-article-xml-json?branch=main )
35[ ![ Node.js Package] ( https://github.com/FDMediagroep/fd-article-xml-json/actions/workflows/npm-publish.yml/badge.svg )] ( https://github.com/FDMediagroep/fd-article-xml-json/actions/workflows/npm-publish.yml )
@@ -22,11 +24,14 @@ Install the `fdmg-xml-json` as dependency for your project:
2224## Getting Started
2325
2426To run the repository locally:
27+
2528- Run ` npm i ` to install required dependencies
2629- Run ` npm run build ` to build the project
2730
2831To use ` @fdmg/article-xml-json ` in your project:
32+
2933- Install as a dependency
34+
3035```
3136import XMLToJSON from "@fdmg/article-xml-json";
3237
@@ -36,4 +41,3 @@ function Foo() {
3641 )
3742}
3843```
39-
You can’t perform that action at this time.
0 commit comments