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
- Host: GitHub
- URL: https://github.com/sirwanafifi/qu_note_parser
- Owner: SirwanAfifi
- License: mit
- Created: 2021-03-30T06:52:59.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-04T20:11:07.000Z (about 5 years ago)
- Last Synced: 2025-01-03T12:43:19.743Z (over 1 year ago)
- Topics: note-taking, parser, quiver
- Language: TypeScript
- Homepage:
- Size: 4.88 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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]
]
}, ...
```