veyselusta / harry-potter-names

A micro library that allows you to get random harry potter character names

Home Page:https://npm.runkit.com/get-harry-potter-names

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Get random names from Harry Potter characters.

harry-potter-names

Installation

This package is distributed via npm:

npm install get-harry-potter-names

Usage

const names = require('get-harry-potter-names')

let allNames = names.all
let randomName = names.random()
let threeRandomNames = names.random(3)
let getSame = names.sameFirstLetter('h')

About

A micro library that allows you to get random harry potter character names

https://npm.runkit.com/get-harry-potter-names

License:MIT License


Languages

Language:JavaScript 100.0%