cue-parser
TypeScript icon, indicating that this package has built-in type declarations

0.3.0 • Public • Published

About

cue-parser is an cue-sheet parser library written for nodejs. Most of the code is inspired by cue-go

Build Status NPM version npm downloads Dependencies
Total alerts Language grade: JavaScript

How to use

Add cue-parser as a dependency to your project using npm:

npm install cue-parser

or yarn:

yarn add cue-parser

Use it in your node source code

const parser = require('cue-parser');
 
const cuesheet = parser.parse('filename.cue');
 
console.log(cuesheet.performer);
console.log(cuesheet.files);
console.log(cuesheet.files[0].tracks);

References

Package Sidebar

Install

npm i cue-parser

Weekly Downloads

333

Version

0.3.0

License

MIT

Unpacked Size

14.3 kB

Total Files

10

Last publish

Collaborators

  • justlaputa