API glue is a utility tool, which aims to aggregate multiple API request, format it and return the data in single API endpoint, by setting up yaml configuration.
This is created because my Homepage Dashboard requires single API endpoint to show the data, and I need data from multiple sources.
First, you need to create a config.yaml (You can check the example in the config.example.yaml)
Then either use bun server.js / node server.js or build your own docker image and pass volume config.yaml:/app/config.yaml to spin up the server
(The Documentation will be updated later)