The application written in javascript is intended to warns the user of a asset price update on a time interval.
- Fetch a trading pair from an source on regular time basis
- Compare prices and log if price meets certain criteria
- Node.js v12.18.0 or later
- Run
npm install
(oryarn install
) - Create a
.env
file based on the.env.example
file (current data is valid and is ready to use)
Run node app.js
A file priceAlerts.txt
will be created to meet application goals