1.2.0 • Published 9 years ago

random-historical-game v1.2.0

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

random-historical-game

Installation

This package is distributed via npm:

npm install random-historical-game

Usage

var games = require('random-historical-game'); var allGames = games.all; var randomGame = games.random(); var threeRandomGames = games.random(3);

Other

This library was developed using Kent C. Dodds egghead.io series called "How to Write a JavaScript Library."