uwi-parser

1.0.0 • Public • Published

UWI Transcript Parser

A simple package that parses UWI Transcripts.

Usage

const {parse} = require('uwi-parser'); // import the parse function
const {readFileSync} = require('fs');

async function main(){
    const file = readFileSync('/path/to/file');
    const data = parse(file);
    console.log(data)
}


Readme

Keywords

none

Package Sidebar

Install

npm i uwi-parser

Weekly Downloads

1

Version

1.0.0

License

ISC

Unpacked Size

4.37 kB

Total Files

4

Last publish

Collaborators

  • snickdx