0.0.5 • Published 6 years ago

taxaboxo-omikuji v0.0.5

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('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

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago