Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 586 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 586 Bytes

Zendesk Search CLI

Zendesk Search CLI is a Node application that allows a user to search some static json data.

Installation / Setup

Prerequisites

  • Node: >10
  • Npm: >6

Dependencies

Firstly clone this repository to your local machine and then navigate to the project folder to execute the following commands:

# check node version - if this errors, please (re)install node:
node -v

# 
npm install

Running the App

From the project folder, run the following command:

npm start

License

MIT