README.md

# WPPass

WordPress Password Check for elixir

Password generator is not included

## Operating Instructions:
### Usage:
    WPPass.check_password(<plain_password>, <stored_password>)
	
return Boolean (true or flase)

## Test:
### Unit Test:
    mix test
	
### Acceptance Test:
    mix white_bread.run

## Licence:

[MIT]

## Author:

[Katsuyoshi Yabe](https://github.com/kay1759)