Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 856 Bytes

README.md

File metadata and controls

41 lines (27 loc) · 856 Bytes

predictable-name-generator

This is a simple PoC, which uses seeded random to generate fake, predictable person names. Seed can be of any string, like id, login etc. First and last names based on example from: https://github.com/smashew/NameDatabases/

Prerequisites

Install:

Technologies

Application uses:

Installation

This step is done mostly once. Use npm package manager to install all required dependencies for the test app.

cd png-client
npm install

Run app

To run this app, everytime simply hit following command in your bash/console:

cd png-client
npm start

Application will pop up in web browser, with following URL:

http://localhost:3000

Author

(C)2020 Łukasz Krain. All rights reserved.