This is a technical project for a interview. The idea is to get all the public expenses from the government API and list them as a pdf file.
Node.js
After cloning the project, install the dependencies
npm install
Create a .env file with the api access key.
SECRET_KEY=
Run the project
npm run app
axios
html-pdf
dotenv