- make install
- make up
- make test
This is a Web API that uses web scraping to find the Development Unit (Unidad de Fomento (UF)) from https://www.sii.cl/
- Python
- FastAPI (web server)
- BeautifulSoup (web scraping)
This projects was built within a Clean Architecture.
This is the list of the tests that are completed:
unit/cases
unit/endpoints
This is the list of the tests that can be added:
unit/implementations
contract
integration
- Get development unit by date
GET /development-unit/{date with dd-mm-YYYY format}
Example /development-unit/01-05-2023