Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rmottanet/inflatio-analysis
A JavaScript-based prototype for analyzing Brazilian economic indicators, focusing on inflation. Uses Central Bank API for data fetching, basic statistical analysis and visualization.
https://github.com/rmottanet/inflatio-analysis
datanalysis dataview frontend webapplication
Last synced: 7 days ago
JSON representation
A JavaScript-based prototype for analyzing Brazilian economic indicators, focusing on inflation. Uses Central Bank API for data fetching, basic statistical analysis and visualization.
- Host: GitHub
- URL: https://github.com/rmottanet/inflatio-analysis
- Owner: rmottanet
- License: agpl-3.0
- Created: 2024-05-29T14:48:39.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-05-29T16:47:11.000Z (6 months ago)
- Last Synced: 2024-05-30T07:44:28.120Z (6 months ago)
- Topics: datanalysis, dataview, frontend, webapplication
- Language: JavaScript
- Homepage: https://rmottanet.github.io/inflatio-analysis/
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Inflatio Analysis
## Statistical Analysis of Economic Indicators Project### ctrl+s :v:
**Inflatio Analysis** is a prototype platform designed to analyze Brazil's economic indicators, with a special focus on inflation, using data from the [Central Bank API](https://www.bcb.gov.br/). Developed entirely in JavaScript at this initial stage, data is obtained on the frontend and processing is limited or basic, enabling the study of the browser's language and behaviors, in addition to simple local execution.
## Main Features
- **Execution in the Browser:** Implemented exclusively in JavaScript, the project works without the need for additional configurations, providing practicality and flexibility.
- **Integration with Central Bank API:** Uses a fetcher to obtain updated economic data directly from the Central Bank API, ensuring access to accurate and real-time information.
- **Basic Data Processing:** Performs basic calculations such as average and standard deviation using JavaScript on the frontend, in addition to visualizing data with Chart.js to generate interactive graphs, creating a simple and functional dashboard.
## Instructions for use
1. Clone this repository: `git clone https://github.com/rmottanet/inflatio-analysis.git`
2. Open the `index.html` file in any modern browser.
3. Explore the features and carry out your economic analysis.## Contribution
Contributions to the **Inflatio Analysis** project are welcome! If you have ideas for improvements, feature requests, or bug reports, feel free to open an issue or submit a pull request.
---
Thank you for visiting the project! Feel free to reach out if you have any questions, suggestions, or feedback; I'd be happy to assist.