harrypotter-names

1.1.0 • Public • Published

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

Package Sidebar

Install

npm i harrypotter-names

Weekly Downloads

4

Version

1.1.0

License

MIT

Last publish

Collaborators

  • kreuzerk