1.3.0 • Published 6 years ago

swars-names v1.3.0

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

Starwars Names

Get random star wars names.

travis build version downloads MIT License semantic-release

How to install

  • Clone repo with npm i https://github.com/manishsaraan/starwars-names.git
  • Move to repo directory with command cd starwars-names
  • Install npm packages with command npm install

How to use

var names =  require('swars-names');
var allNames =  names.all;
var randomName =  names.random();
var threeRandomNames =  names.random(3);
1.3.0

6 years ago

1.2.0

6 years ago

1.2.0-beta.0

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago