autobots-names-and-abilities
v1.2.0
Published
Get random autobots names and abilities
Downloads
18
Readme
Autobots names and abilities
Get random autobots names and abilities.
How to install
npm install autobots-names-and-abilities
Write an index.js file and call with node index.js
console.log(autobotsNames.all);
console.log(autobotsNames.random().name);
console.log(autobotsNames.random().name);
console.log(autobotsNames.random().name);
console.log(autobotsNames.random().name);
console.log(autobotsNames.random().name);
Contribute
Help contribute by adding a new Autobot as a feature.
Thank you
To egghead for his lessons on How to Write an Open Source JavaScript Library.