DoubleCheck

2.0.2 • Public • Published

Double Check

Library for developers to integrate keystroke dynamics into user authentication.
When installed with NPM, the software will create a file system for developers to use on there node servers.

How to start

Inorder to use this package, a developer must run npm install DoubleCheck. This will create a file system that looks like:

.
├── node_modules
│   └── DoubleCheck
│       ├── README.md
│       ├── doubleCheck.js
│       ├── doubleCheckDatabaseTest.db
│       ├── login.js
│       ├── node_modules
│       │   └── sqlite3
│       │       ├── ...
│       ├── package.json
│       ├── register.js
│       ├── scripts
│       │   ├── createFile.js
│       │   └── removeFile.js
│       └── tests
│           ├── nodeForm.js
│           ├── register.html
│           ├── test.html
│           └── testing.js
├── testing.js

Usage

Note: the module must be installed before use.

var dc = require('DoubleCheck');

This will givue you functions avaliable to it. These are avaliable checking the API of the system.

Dependencies

API

See the API documentation in the wiki.

Contributors

License

DoubleCheck is ISC

Readme

Keywords

none

Package Sidebar

Install

npm i DoubleCheck

Weekly Downloads

1

Version

2.0.2

License

ISC

Last publish

Collaborators

  • ckbeatty