This script generates candles with a history of bitcoin values in dollars. Then this candle is sent to a queue using rabbitmq
Clone this repository https://github.com/diozhn/bitcoin-candle.git
# Install dependencies
npm install
# Run script
npm run start
To run this project, you will need to add the following environment variables to your .env
PRICES_API
QUEUE_NAME
AMQP_SERVER
Back-end: Node, Typescript, RabbitMq