1.0.1 • Published 7 years ago
spi_xml_file_parser v1.0.1
Service Program Information (SPI) XML parser
This TypeScript library provides utilities to parse a whole SPI file as well as parts of it. Please refer to the ETSI TS 102 818 V3.1.1 specification for more information about SPI files.
Installation
npm i --save spi_xml_file_parserUsage
import {parse} from "spi_xml_file_parser/parser";
const parsed = parse(xmlFile);Development setup instructions
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Installing
To install development dependencies type into a terminal (with this directory as working directory)
npm installYou must also install TypeScript and TSLint:
npm install -g typescript tslintRunning the tests
npm run testContributing
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
Authors
- Ioannis Noukakis - Initial work - ioannisNoukakis
See also the list of contributors who participated in this project.
License
This project is licensed under the MIT License - see the LICENSE.md file for details.