autobots-names-and-abilities

1.2.0 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i autobots-names-and-abilities

Weekly Downloads

1

Version

1.2.0

License

MIT

Last publish

Collaborators

  • puffstream