DEB stands for Dolar En Bancos.
This project aims to centralize all the bots that are used to get information from different sources.
Our bots are written in Nodejs as there is no need to create a sophisticated application.
- Node.js 20.10.0
- npm
It is encouraged to use a node version manager, it could be nodenv
or nvm
, there is no preference.
A step by step series of examples that tell you how to get a development environment running:
- Clone the repository
- Install dependencies with
npm install
- Start the development server with
npm start
Deployment is done automatically on a push to the main
branch.
- TypeScript
- JavaScript
- npm
All changes need to be through a PR and approved by at least one maintainer.