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