starwars-names
DefinitelyTyped icon, indicating that this package has TypeScript declarations provided by the separate @types/starwars-names package

1.6.0 • Public • Published

starwars-names

travis build codecov coverage version downloads MIT License semantic-release

Get random names from Star Wars characters.

starwars-names

Installation

This package is distributed via npm:

npm install starwars-names

Usage

var names = require('starwars-names');
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."

Readme

Keywords

Package Sidebar

Install

npm i starwars-names

Weekly Downloads

560

Version

1.6.0

License

MIT

Last publish

Collaborators

  • kentcdodds