/qu_note_parser

NestJS application to parse Quiver library files

Primary LanguageTypeScriptMIT LicenseMIT

Usage

  • Before running the code, make sure you have added .env file in the root of the project:
LIB_PATH=path_to_.qvlibrary_file
  • yarn start

  • Output:

[
  {
    title: 'C#',
    notes: [
      [Object], [Object],
      [Object], [Object],
      [Object], [Object],
      [Object], [Object],
      [Object], [Object],
      [Object], [Object],
      [Object]
    ]
  },
  {
    title: 'JS',
    notes: [
      [Object], [Object],
      [Object], [Object],
      [Object], [Object],
      [Object], [Object],
      [Object]
    ]
  }, ...