random-historical-game
v1.2.0
Published
Get a random historical game
Downloads
4
Maintainers
Readme
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."