harry-potter-names
Get random Harry Potter names.
Install
Install with npm
npm install harry-potter-names --save
Or if you prefer yarn
yarn add harry-potter-names
Usage
let harryPotterNames = ; // To get array of all namesconsole; // To get a random name (a string, of course)console; // The random function accepts a number to get an array of random namesconsole;
Other
This library was developed following this course made by the amazing Kent C. Dodds.