An open API service indexing awesome lists of open source software.

https://github.com/sirwanafifi/qu_note_parser

NestJS application to parse Quiver library files
https://github.com/sirwanafifi/qu_note_parser

note-taking parser quiver

Last synced: 11 months ago
JSON representation

NestJS application to parse Quiver library files

Awesome Lists containing this project

README

          

## 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:

```js
[
{
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]
]
}, ...
```