Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/l1mey112/markov
simple name generation using markov chains
https://github.com/l1mey112/markov
Last synced: 20 days ago
JSON representation
simple name generation using markov chains
- Host: GitHub
- URL: https://github.com/l1mey112/markov
- Owner: l1mey112
- Created: 2024-06-05T11:30:33.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-06-05T13:32:28.000Z (6 months ago)
- Last Synced: 2024-10-10T11:25:02.128Z (about 1 month ago)
- Language: TypeScript
- Size: 156 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# markov
To install dependencies:
```bash
bun install
```To run:
```bash
bun run index.ts
```This project was created using `bun init` in bun v1.1.10. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.