0.1.6 • Published 6 years ago

acrion v0.1.6

Weekly downloads
1
License
ISC
Repository
-
Last release
6 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

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago