Skip to content

SirwanAfifi/qu_note_parser

Repository files navigation

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]
    ]
  }, ...

About

NestJS application to parse Quiver library files

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published