random-riddles-10

1.0.0 • Public • Published

random-riddles-10

If you want to create a service that should be used by real people, not bots, you can ask popular and basic riddles to users. Here are 10 simple riddles in Russian that will not cause difficulty guessing for Russian-speaking users.

Installation

npm install random-riddles-10

Usage

import { getRandomRiddle, getRandomRiddleAnswer } from "random-riddles-10";

const randomRiddle = getRandomRiddle();
console.log(randomRiddle);
const randomRiddleAnswer = getRandomRiddleAnswer();
console.log(randomRiddleAnswer);

Readme

Keywords

Package Sidebar

Install

npm i random-riddles-10

Weekly Downloads

1

Version

1.0.0

License

ISC

Unpacked Size

2.96 kB

Total Files

3

Last publish

Collaborators

  • jane_togo