odo-starwars-name
v1.2.0
Published
get random Star Wars name
Downloads
3
Readme
odo-starwars-name
Installation
This package is distributed via npm:
npm install odo-starwars-name
Usage
const names = require('odo-starwars-name')
const allNames = names.all
const randomName = names.random()
const threeRandomNames = names.random(3)
Other
This library was initially developed by kentcdodds as part of an egghead.io series called "How to Write a JavaScript Library." and is the current status of running that tutorial. The original repo can be found at https://github.com/kentcdodds/starwars-names. Many thanks to Kent for an awesome tutorial! :+1: