For all your random Warcraft character needs
Contains a list of Warcraft characters from https://en.wikipedia.org/wiki/Characters_of_Warcraft
To install using npm:
$ npm install warcraft-names
You can also import script from npmcdn:
<script src="https://npmcdn.com/warcraft-names/dist/index.umd.min.js"></script>
If installed via npm, require npm module:
var warcraftNames = require('warcraft-names')
Get all names:
warcraftNames.all
Get random name:
warcraftNames.random()
Copyright 2016 Dmitry Lebedev.
Code released under the the MIT license.