Skip to content

akerl-archived/fidelius

Repository files navigation

fidelius

Build Status Coverage Status Code Quality MIT Licensed

Password strength checking API, inspired by this HackerNews comment

Usage

The following commands will download and run the fidelius web service on localhost:3000

git clone git://github.com/akerl/fidelius
cd fidelius
bundle install
thin start

To run a "production" service on port 80, use thin start -p 80 -e production. For more info on how to invoke thin, use thin -h.

To use the History validator, you need to have Redis installed, running, and listening on localhost:6379.

License

fidelius is released under the MIT License. See the bundled LICENSE file for details.