Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 768 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 768 Bytes

ASCII-Joke

This is a simple little project I made while learning about Node JS. It uses three npm packages Cowsay, Colors and give-me-a-joke.

  • Cowsay prints out random ASCII art
  • Colors makes everything look bright and colorful
  • Give me a joke is the actual text that is printed on the ASCII art

Preview 1

Preview 2

Install Guide

After cloning the repo run node index.js

Install