-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
30 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,6 +9,7 @@ vendor/ | |
*.min.js | ||
.npm/ | ||
.yarn/ | ||
package-lock.json | ||
|
||
# Common test paths | ||
test/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,16 @@ | ||
# Centralizador de Dados Financeiros | ||
# Financial Data API | ||
|
||
Esta aplicação é uma API que centraliza dados financeiros, com foco nos dados disponíveis no [repositório dados-financeiros](https://github.com/Tpessia/dados-financeiros). | ||
API that centralizes financial data, focusing on the data available in the [financial data repository](https://github.com/Tpessia/dados-financeiros). | ||
|
||
## Funcionalidades | ||
## Features | ||
|
||
- Busca de dados financeiros por códigos de ativos. | ||
- Suporte para diferentes tipos de ativos, incluindo taxas de juros, índices de inflação, ações e moedas. | ||
- Conversão e alavancagem de dados conforme especificado nos códigos dos ativos. | ||
- Financial data search by asset codes. | ||
- Support for different types of assets, including interest rates, inflation indices, stocks, and currencies. | ||
- Data conversion and leveraging as specified in the asset codes. | ||
|
||
## Docker | ||
|
||
``` | ||
npm run docker:build | ||
npm run docker:run | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters