####Prerequisites
- Redis
- An Ethereum client with RPC enabled (geth, eth, etc)
- Node
####Installation
- clone repository
npm install
- start ethereum client, set rpcport and rpcaddr in config.json
redis-server &
node index.js
####Get ether Receive a percentage of available funds
curl -X POST -d 'address=<recipient>' http://host:port/faucet
Or request a specific amount
curl -X POST -d 'address=<recipient>&amount=<amount>' http://host:port/faucet