About | Technologies | Requirements | Starting | Author
A simple telegram currency bot to keep me quickly updated about the chaotic brazilian currency depreciation.
The following tools were used in this project:
Before starting 🏁, you need to have Git, Redis and Node installed.
# Clone this project
$ git clone https://github.com/leodev0/currency-telegram-bot
# Access
$ cd currency-telegram-bot
# Install dependencies
$ npm install
# Run the project
$ npm run dev:server
# The server will initialize at <http://localhost:3000>