Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 389 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 389 Bytes

cryptofaucet-node

What is it?

Fully customizable Bitcoin / Litecoin / altcoin faucet built on NodeJS, Express 3, and Bootstrap.

Configuration

Set global configuration options in config.js

Installation

npm install

This will install all the necessary dependencies

Run

node app.js

Or using forever:

forever start app.js