1.0.2 • Published 10 years ago

rp1-characters v1.0.2

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

Ready Player One Characters

travis build codecov coverage version downloads MIT license

Delivers the main characters from the Ernest Cline's book Ready Player One.

Instalation

Local

$ npm install rp1-characters

CDN

<html>
<head>
......
</head>
<body>
.......
<script src="https://npmcdn.com/rp1-characters/dist/index.umd.js"></script>
</body>
</html>

Usage

Local

var rp1Characters = require('rp1-characters');
console.log(rp1Characters.all); // list all the characters
console.log(rp1Characters.random()); // get one random character
console.log(rp1Characters.random(3)); // get 3 random characters

CDN

<script>
  console.log(rp1Characters.all); // list all the characters
  console.log(rp1Characters.random()); // get one random character
  console.log(rp1Characters.random(3)); // get 3 random characters
</script>
1.0.2

10 years ago

1.0.0

10 years ago

0.3.0

10 years ago

0.2.0

10 years ago

0.1.0

10 years ago