An open API service indexing awesome lists of open source software.

https://github.com/lesiaukr/node_js_hw-1-cli-app

CLI (Command Line Interface)
https://github.com/lesiaukr/node_js_hw-1-cli-app

Last synced: 7 months ago
JSON representation

CLI (Command Line Interface)

Awesome Lists containing this project

README

          

# Node_js_HW_1_CLI_app

Cкріншоти результату виконання кожної команди.
https://ibb.co/6y96W5L
https://ibb.co/CM3tYLg
https://ibb.co/PtBCp9C
https://ibb.co/QY4mX24

# Отримуємо і виводимо весь список контактів у вигляді таблиці (console.table)

![Image alt](https://github.com/LesiaUKR/Node_js_HW-1-CLI-app/blob/main/assets/list_1.png)

# Отримуємо контакт по id і виводимо у консоль об'єкт контакту або null, якщо контакту з таким id не існує.

![Image alt](https://github.com/LesiaUKR/Node_js_HW-1-CLI-app/blob/main/assets/get_2.png)

# Додаємо контакт та виводимо в консоль об'єкт новоствореного контакту

![Image alt](https://github.com/LesiaUKR/Node_js_HW-1-CLI-app/blob/main/assets/add_3.png)

# Видаляємо контакт та виводимо в консоль об'єкт видаленого контакту або null, якщо контакту з таким id не існує.
node index.js --action="remove" --id qdggE76Jtbfd9eWJHrssH

![Image alt](https://github.com/LesiaUKR/Node_js_HW-1-CLI-app/blob/main/assets/remove_4.png)