This service sends IOTA Devnet tokens to an address provided by a HTTP request to this endpoint:
/send_tokens?address=<ADDRESS>
Clone the repo, install dependencies.
git clone https://github.com/machineeconomy/faucet
cd faucet
npm i
npm startCreate a .env file with the following content:
SEED=<YOUR_SEED>
PORT=<YOUR_PORT>Then start the nodejs server
npm start