Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 795 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 795 Bytes

Home Sessions -Day-2

Problem

A simple command line application that consumes a Public API using a HTTP client library.

  • Language: Javascript

  • Tools: NodeJs, node packages (figlet, clui, require, inquirer, chalk e.t.c)

Application Description

This simple command line application consumes two Public APIs and does the following:

How to Run this App

Run in the console

  • Clone the repository
  • Navigate to the root folder
  • Run npm install
  • Run node API/index.js
  • Follow on-screen instructions