An API server that exposes mnemonics
- Nim 100%
| src | Change the JSON response and logging for the /mnemo/random route, and update the OAS in consequence | |
| .gitignore | Add working example with mummy and json | |
| config.nims | Add working example with mummy and json | |
| LICENSE | Update license and add license file | |
| mnemo.nimble | Update license and add license file | |
| mnemo_spec.yaml | Change the JSON response and logging for the /mnemo/random route, and update the OAS in consequence | |
| mnemos.json | Add more mnemos inside json file | |
| README.md | Add README | |
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
- Clone the repo
git clone https://codeberg.org/pgmtx/mnemo.git - Install nim packages
nimble install - Use
nimble runto run the program. During development, prefernimble watch. It automatically rebuilds on save.
License
Distributed under the AGPL License. See LICENSE for more information.