This Node.js application provides a publicly accessible endpoint that retrieves specific information in JSON format based on query parameters. It fulfills the following requirements:
- Retrieves Slack name and track based on query parameters.
- Displays the current day of the week.
- Returns the current UTC time within a +/-2 minute window.
- Provides direct GitHub URLs for the file being executed and the full source code repository.
- Returns a status code of 200.
Follow these steps to set up and run the application locally.
- Node.js installed on your machine.
- Clone this repository to your local machine:
git clone https://github.com/yourusername/your-repo.git