1.0.0 • Published 9 years ago

punchout-passwords v1.0.0

Weekly downloads
2
License
Apache2
Repository
-
Last release
9 years ago

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