Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
74Genesis committed Dec 5, 2023
1 parent 9842369 commit 4ee795a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
## anki-apkg-parser

> Node.js library to parse anki decks (.apkg files). Supports parsing notes, cards, media files, custom db queries
> Node.js library to parse anki decks (.apkg files).
> Supports parsing notes, cards, media files, custom db queries
### Installation `anki-apkg-parser`
## Installation `anki-apkg-parser`

Installation guide.

`coming soon...`
`$ npm i`

### Usage
## Usage

The library provides two classes `Unpack` and `Deck`

Expand Down Expand Up @@ -71,7 +72,7 @@ try {
...
```

### Advanced usage
## Advanced usage

TODO: descripbe this part

Expand Down

0 comments on commit 4ee795a

Please sign in to comment.