1.1.0 • Published 7 years ago

harrypotter-names v1.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

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();