Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/b-fuze/quizme

Quizme — Quiz yourself with facts
https://github.com/b-fuze/quizme

quiz school study typescript

Last synced: about 1 month ago
JSON representation

Quizme — Quiz yourself with facts

Awesome Lists containing this project

README

        

## Quizme

Smol app to quiz yourself, with answer data based on YAML files, formatted as such:

```yaml
facts:
category1,category2,category3:
- stars: 0
info: |
N (N) was named N as such after
falling down stairs and recovering unharmed

- stars: 0
info: |
N was born on B

- stars: 0
categories: optional,additional,categories
info: |
N made appearances in M D<1950>, C's
M D<1963>, and C's M
```

### Usage
Build with:
```
npm i && npm run build
```

Run with:
```
node ./dist/quiz.js --fact-dir FACT_DIR [--max-options MAX_OPTIONS] [--wrap-boundary WRAP_BOUNDARY]
```