1.2.0 • Published 6 years ago

odo-starwars-name v1.2.0

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

Build Status

odo-starwars-name

travis build codecov coverage version downloads MIT License semantic-release

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: