/NameGenerator

Generates random names of stars (Elite), French Firstnames, French & British city names (Markov chains)

Primary LanguageTypeScriptApache License 2.0Apache-2.0

NameGenerator

Random Names Generator in TypeScript (synchronous execution).

Provided algorithms are: Elite and Markov chains.

Live Demo

https://yahiko00.github.io/NameGenerator/

How to build

  1. Clone this repository : git clone https://github.com/NameGenerator
  2. Retrieve dependencies at the root of the project : npm install
  3. Compile at the root of the project : tsc