1
0
Fork
You've already forked mnemo
0
An API server that exposes mnemonics
  • Nim 100%
2026年05月22日 13:54:15 +02:00
src Change the JSON response and logging for the /mnemo/random route, and update the OAS in consequence 2026年05月09日 16:20:00 +02:00
.gitignore Add working example with mummy and json 2026年05月04日 20:52:37 +02:00
config.nims Add working example with mummy and json 2026年05月04日 20:52:37 +02:00
LICENSE Update license and add license file 2026年05月05日 12:22:53 +02:00
mnemo.nimble Update license and add license file 2026年05月05日 12:22:53 +02:00
mnemo_spec.yaml Change the JSON response and logging for the /mnemo/random route, and update the OAS in consequence 2026年05月09日 16:20:00 +02:00
mnemos.json Add more mnemos inside json file 2026年05月22日 13:54:15 +02:00
README.md Add README 2026年05月05日 19:27:30 +02:00

mnemo

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

You need to install the Nim compiler, and entr if you plan to use nimble watch.

Installation

  1. Clone the repo
    git clone https://codeberg.org/pgmtx/mnemo.git
    
  2. Install nim packages
    nimble install
    
  3. Use nimble run to run the program. During development, prefer nimble watch. It automatically rebuilds on save.

License

Distributed under the AGPL License. See LICENSE for more information.