0.0.5 • Published 7 years ago

taxaboxo-omikuji v0.0.5

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

Omikuji

Description

You can make instance that gets random value from Array.

How to Use

Use like this:

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

methods

get()

get method is getting random value from instance.

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago