0.1.6 • Published 4 years ago

acrion v0.1.6

Weekly downloads
1
License
ISC
Repository
-
Last release
4 years ago

Acrion Build Status Coverage Status

A small library that tries to validate users are human, by Q&A.

Installation

npm install acrion

Usage

let qa = require('acrion');
let question = qa.question();

Generates a random question

let qa = require('acrion');
let question = qa.question();
let result = qa.answer(question, 'some answer');

Returns true when answered correctly (case insensitive), otherwise false.

Tests

npm test

Contributing

In lieu of a formal style guide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code.

0.1.6

4 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago