Skip to content

iliasi/ticket-viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ticket Viewer (NodeJs CLI App)

This repo contains the code for the Ticket Viewer Command Line Application written in Javascript for NodeJs runtime environment.

Instruction on running the app on your local machine

After cloning this repo to your local machine and while in the project's main directory in Terminal or Windows CMD, you should run:

npm install

This will install the required dependencies for the app.

To start the app

run:

npm start

This command will run the app in your terminal or command line window

To start Jest Unit Testing:

run:

npm run test

API Token Intructions

Copy the API token from the accompanying email and paste in the app when prompt.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published