harrypotter-names
v1.1.0
Published
This project gives you names from the Harry Potter movie
Downloads
13
Readme
Harry Potter Names
Get a list of all the caracters and beasts in Harry Potter or just pull out some random caracter or beast.
Methods
This library provides four methods:
1. Get Harry Potter Character Names
all: get all character names from the Harry Potter movie
var harryPotterCharacterNames = harryPotterNames.all;
random: get a random harry potter name
var harryPotterRandomCharacter = harryPotterNames.random();
2. Get Harry Potter Beasts
all: get all beast names from the Harry Potter movie
var harryPotterBeasts = harryPotterNames.allBeasts;
random: get a random beast from harry potter
var harryPotterRandomBeast = harryPotterNames.randomBeast();