- Get BTC to UAH exchange rate from a public API
- Create a mailing list(with provided e-mail addresses) and store it locally
- Send out e-mails with the exchange rate when politely asked to
docker build . -t 4ikkamony/btc_app
docker run -p 8080:8080 -d 4ikkamony/btc_app
Swagger-UI will be availble at http://localhost:8080/docs/
- Exchange Rate API: BitPay
- E-mails are sent via nodemailer
- Subscribed e-mails are stored in data/emails.json