1.0.1 • Published 6 years ago

omikuji v1.0.1

Weekly downloads
1
License
MIT
Repository
-
Last release
6 years ago

Omikuji

Description

You can make instance that gets random value from Array.

How to Use

Use like this:

var Omikuji = require('omikuji');

const items = ['大吉', '中吉', '末吉', '吉', '凶'];
const omikuji = new Omikuji(items);
console.log(omikuji.get());

methods

get()

get method is getting random value from instance.

1.0.1

6 years ago

1.0.0

6 years ago

0.0.1

6 years ago