1.2.0 • Published 9 years ago

starwars-names-list v1.2.0

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

starwars-names-list

travis build codecov coverage version downloads MIT License semantic-release

Get random names from Star Wars characters.

The purpose of this project is to write a JavaScript library in which the user is able to randomly select a star wars name, or to add a new name to the list. It involves setting up a GitHub repo, publishing a module to npm, setting up a test suite with code coverage reporting - using Karma, Mocha, and Chai, adding continuous integration, adding ES6 (ES2015) with Babel, configuring Webpack, and distributing the library as a universal JavaScript module - to be consumable by both the browser and node.