Install the dependencies before working on either task:
npm installBuild a command-line tool that fetches cocktail recipes from TheCocktailDB API and writes the results to a markdown file. You will work with fetch, async/await, and fs/promises.
See task-1/README.md for full instructions.
Implement the service functions that connect a CLI app to a REST API server. You will make authenticated HTTP requests (GET, POST, PUT, DELETE) using fetch and JWT tokens.
See task-2/README.md for full instructions.