Shiny app for viewing time series.
This application uses the Ipeadata's API and the Central Bank of Brazil Time Series Management System's API (SGS) to get the data and display it on the screen.
Clone the repository and run the app with the following command in the terminal.
git clone https://github.com/ajdavidl/shiny-time-series.git
shiny-time-series cd
R -e "shiny::runApp('.', port = 3838)"
Alternatively, you can use docker:
git clone https://github.com/ajdavidl/shiny-time-series.git
shiny-time-series cd
docker build -t shiny_time_series
docker run --rm -p 3838:3838 shiny_time_series
Then open a browser and go to the link http://localhost:3838