Telegram bot to get binance info and set alarms (soon)
$sudo npm i -g npm
$sudo npm i -g pm2
$git clone https://github.com/ramyx/cripto-b-alert.git
$cd cripto-b-alert
Create an ".env" file and set the Telegram Bot Token:
BOT_TOKEN=<place-here-your-bot-token>
For development:
$npm start
For production (no need for server works fine locally):
$npm run serve
$npm run serve-stop
$npm run serve-restart