1.2.0 • Published 8 years ago

autobots-names-and-abilities v1.2.0

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

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.

alt text

Thank you

To egghead for his lessons on How to Write an Open Source JavaScript Library.