1.3.3 • Published 2 years ago

polish-random-username v1.3.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

npm

polish-random-username

🍣 A TypeScript/JavaScript plugin to generate polish random usernames based on polish language.

Requirements

This plugin does not include TypeScript or tslib as a dependency, you must install those yourself.

Install

Using npm:

npm install polish-random-username

Usage

Create a project and import the plugin:

import { getRandomUsername } from "polish-random-username";

or

const { getRandomUsername } = require("polish-random-username");

Then you can call it like this:

const username = getRandomUsername();
console.log(username); //for example: Szczęśliwy Jaguar

Issues

If you enountered an issue, please open new one on GitHub.

Issues and bugs are appreciated and could be following:

  • wrong username generation
  • wrong username validation
  • wrong output
  • wrong gender recognition
  • wrong last letter recognition
  • problems with installing package
  • problems with used dependencies

Meta

CONTRIBUTING

LICENSE (MIT)

1.3.3

2 years ago

1.3.2

2 years ago

1.3.1

2 years ago

1.3.0

2 years ago

1.2.2

2 years ago

1.2.1

2 years ago

1.2.0

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago