Skip to content

Latest commit

 

History

History
73 lines (46 loc) · 2.35 KB

README.md

File metadata and controls

73 lines (46 loc) · 2.35 KB

Currency Telegram Bot

Github top language Github language count Repository size

About   |   Technologies   |   Requirements   |   Starting   |   Author


🎯 About

A simple telegram currency bot to keep me quickly updated about the chaotic brazilian currency depreciation.

🚀 Technologies

The following tools were used in this project:

✅ Requirements

Before starting 🏁, you need to have Git, Redis and Node installed.

🏁 Starting

# 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>

 

Back to top