1.3.1 • Published 9 years ago

starwars-names-will v1.3.1

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

Star Wars - Names

travis build codecov coverage version MIT License semantic-release

Get random names from Star Wars characters.

Instalation

This package is distribuited on npm:

npm install starwars-names-will

Usage

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

Other

This library was developed by Kent C. Dodds as part of an egghead.io series called "How to Write a JavaScript Library."

1.3.1

9 years ago

1.3.0

9 years ago

1.2.1

9 years ago

1.2.0

9 years ago

1.4.0-beta.0

9 years ago

1.1.0

9 years ago

1.0.0

9 years ago