1.1.0 • Published 6 years ago

starwars-names-theashraf v1.1.0

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

starwars-names-theashraf

Travis Codecov

Features

  • list all starwars names
  • returns a random starwars name

Install

npm i starwars-names-theashraf

Usage

const starwars = require("starwars-names-theashraf");
starwars.all; // return all starwars names
starwars.random(); // return a random starwars name 

Credit

How to Write an open source Javascript Library by Kent C. Dodds