punchout-passwords

1.0.0 • Public • Published

Punch-Out Codes Generator

Written in ES6

Based on the algorithm outlined here.

Usage

ES6 Module

When this start working:

import punchOut from 'index';
 
//nextEnemy:
// 0: Don Flamenco
// 1: Piston Honda
// 2: Super Macho Man
punchOut.makePassword(winNumber, lossNumber, koNumber, nextEnemy);

CommonJS

Load from dist/ folder

Web

Use SystemJS and jspm to load and run app

Development Mode

gulp serve

Production

gulp web, and distribute the web folder

Readme

Keywords

none

Package Sidebar

Install

npm i punchout-passwords

Weekly Downloads

0

Version

1.0.0

License

Apache2

Last publish

Collaborators

  • mattdsteele