An open API service indexing awesome lists of open source software.

https://github.com/endel/generate-username

Generate fake usernames for bots in games.
https://github.com/endel/generate-username

Last synced: about 1 year ago
JSON representation

Generate fake usernames for bots in games.

Awesome Lists containing this project

README

          

# generate-username

Thanks to [@Keevle](http://github.com/Keevle) for providing the JSON file
containing lots of usernames!

```
npm install --save generate-username
```

```typescript
import generateUsername from "generate-username";

generateUsername() // => "UnknownPlayer"
```

## TODO

Support multiple languages. By default it uses only english usernames.

## License

MIT