2.0.2 • Published 6 years ago

madmaxfuryroad-names v2.0.2

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

madmaxfuryroad-names

Build Status codecov

For all your random Mad Max: Fury Road character needs.

Installation

This module is distributed via npm:

npm install --save madmaxfuryroad-names

Alternatively you can get the UMD build which is also published to the npm registry and is available at unpkg:

The UMD build exposes the module as a global called madMaxFuryRoadNames or as an unnamed module for AMD/CommonJS (require it by its file path)

Usage

const madMaxFuryRoadNames = require("madmaxfuryroad-names"); // CommonJS
console.log(madMaxFuryRoadNames.random()); // Imperator Furiosa
// you can also get the full array with `madMaxFuryRoadNames.all`
2.0.2

6 years ago

2.0.1

6 years ago

2.0.0

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago