Skip to content

HackYourAssignment/c55-core-week-10

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Core program week 10 assignment

Getting started

Install the dependencies before working on either task:

npm install

Tasks

Task 1 — Cocktail Recipe CLI

Build 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.

Task 2 — Post Central API Services

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors