Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/b-fuze/quizme
- Owner: b-fuze
- Created: 2019-09-17T14:59:40.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-03-24T16:45:29.000Z (almost 3 years ago)
- Last Synced: 2024-10-19T07:15:21.726Z (3 months ago)
- Topics: quiz, school, study, typescript
- Language: TypeScript
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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]
```