2.0.2 • Published 9 years ago

DoubleCheck v2.0.2

Weekly downloads
13
License
ISC
Repository
github
Last release
9 years ago

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

2.0.2

9 years ago

2.0.1

9 years ago

2.0.0

9 years ago

0.1.5

9 years ago

0.1.4

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.0

9 years ago