Skip to content

welikeheon/mammals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mammals


An Easiest way to get Random Nicknames

TL;DR

A... Well.. I was need to generate nickname randomly in recent project. When if you use the package, you can help to get the random nickname.

Installation

npm i --save mammals

How to use it?

const mammals = require('mammals')

// When you didn't give the parameters, It will be return KOREAN language, You can use ENGLISH TOO. (like this)
mammals.mammals('en');
// ==> African Elephant

// What's the purpose? Simply You can combine it like a google docs style :)
let anonymous_user = 'Anonymous ' + mammals.mammals('en')
console.log(anonymous_user)
// ==> 'Anonymous Bobcat'

Supported Language

  • Korean(default)
  • English

Need Help?

Do not hesitate and leave the issue :)

About

The easiest way to get the random mammals.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published